mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Added minimum password length to app.ini (#223)
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user