Diabled the 'send password' checkbox.

This commit is contained in:
2018-01-23 20:21:24 +01:00
parent bd1e49f1a9
commit c588d33e34
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
- Veranstaltungsnummern
- Passwort per Mail zusenden
- One-Click-Links in Accept-Mails
- Download Veranstaltungsliste
- ApproachForm aufteilen

View File

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