mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
Fix copy/paste error
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = AuthenticationManager =
|
||||
return { message: 'password is too short' }
|
||||
if (Settings.passwordStrengthOptions?.length?.min? and
|
||||
Settings.passwordStrengthOptions?.length?.min > password.length)
|
||||
return { message: "password is too short" }
|
||||
return { message: "password is too long" }
|
||||
return null
|
||||
|
||||
setUserPassword: (user_id, password, callback = (error) ->) ->
|
||||
|
||||
Reference in New Issue
Block a user