From f27d87d93ba8578dfc36b636de5dc01e26e58d0d Mon Sep 17 00:00:00 2001 From: Bwko Date: Sat, 24 Dec 2016 14:40:44 +0100 Subject: Added minimum password length to app.ini (#223) --- options/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') 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] -- cgit v1.2.3