Added minimum password length to app.ini (#223)

This commit is contained in:
Bwko 2016-12-24 14:40:44 +01:00 committed by Lunny Xiao
parent d0932ef147
commit f27d87d93b
4 changed files with 17 additions and 4 deletions

View file

@ -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]