Added minimum password length to app.ini (#223)
This commit is contained in:
parent
d0932ef147
commit
f27d87d93b
4 changed files with 17 additions and 4 deletions
|
@ -165,7 +165,7 @@ send_reset_mail = Click here to (re)send your password reset email
|
|||
reset_password = Reset Your Password
|
||||
invalid_code = Sorry, your confirmation code has expired or not valid.
|
||||
reset_password_helper = Click here to reset your password
|
||||
password_too_short = Password length cannot be less then 6.
|
||||
password_too_short = Password length cannot be less then %d.
|
||||
non_local_account = Non-local accounts cannot change passwords through Gitea.
|
||||
|
||||
[mail]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue