mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
Fix: Increase password max length and accept '-' for username in regex (#564)
* fix: increase username max length and accept '-' in regex * fix: increase username max length and accept '-' in regex * fix: increase username max length and accept '-' in regex
This commit is contained in:
parent
df2a68e1e7
commit
d2ce2ef2cd
6 changed files with 19 additions and 19 deletions
|
|
@ -77,7 +77,7 @@ Issuer.discover(process.env.OPENID_ISSUER)
|
|||
email: userinfo.email || '',
|
||||
emailVerified: userinfo.email_verified || false,
|
||||
name: fullName
|
||||
});
|
||||
});
|
||||
} else {
|
||||
user.provider = 'openid';
|
||||
user.openidId = userinfo.sub;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue