diff options
author | Bwko <bouwko@gmail.com> | 2016-12-24 14:40:44 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-24 21:40:44 +0800 |
commit | f27d87d93ba8578dfc36b636de5dc01e26e58d0d (patch) | |
tree | 37a3d8ce46093b933f01ad8fec0ba53886cfaa50 /options/locale | |
parent | d0932ef1473b9ce27474ccf24acfca106dd93fec (diff) | |
download | gitea-f27d87d93ba8578dfc36b636de5dc01e26e58d0d.tar.gz gitea-f27d87d93ba8578dfc36b636de5dc01e26e58d0d.zip |
Added minimum password length to app.ini (#223)
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 24868b5c04..1be1528118 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -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] |