Help text for password length

This commit is contained in:
Ludovic Stephan 2017-04-01 23:25:47 -03:00
parent 6797c92a1f
commit c9973cde75

View file

@ -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",