Diabled the 'send password' checkbox.
This commit is contained in:
1
TODO.txt
1
TODO.txt
@@ -1,4 +1,5 @@
|
||||
- Veranstaltungsnummern
|
||||
- Passwort per Mail zusenden
|
||||
- One-Click-Links in Accept-Mails
|
||||
- Download Veranstaltungsliste
|
||||
- ApproachForm aufteilen
|
||||
|
||||
@@ -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'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user