Enabled 'Send Password via eMail' function.

This commit is contained in:
2018-01-24 12:59:37 +01:00
parent cb6c00eba3
commit c7933ab107
4 changed files with 33 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ class SetPasswordForm(forms.Form):
label=_(u'Neues Passwort wiederholen'),
widget=forms.PasswordInput)
send_password_mail = forms.BooleanField(required=False,
disabled=True,
initial=False,
label=_(u'Neues Passwort per E-Mail zusenden'),
)