forked from DGNum/gestioCOF
Help text for password length
This commit is contained in:
parent
6797c92a1f
commit
c9973cde75
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ class AccountRestrictForm(AccountForm):
|
|||
class AccountPwdForm(forms.Form):
|
||||
pwd1 = forms.CharField(
|
||||
label="Mot de passe K-Fêt",
|
||||
help_text="Le mot de passe doit contenir au moins huit caractères",
|
||||
widget=forms.PasswordInput)
|
||||
pwd2 = forms.CharField(
|
||||
label="Confirmer le mot de passe",
|
||||
|
|
Loading…
Reference in a new issue