Diabled the 'send password' checkbox.
This commit is contained in:
1
TODO.txt
1
TODO.txt
@@ -1,4 +1,5 @@
|
|||||||
- Veranstaltungsnummern
|
- Veranstaltungsnummern
|
||||||
|
- Passwort per Mail zusenden
|
||||||
- One-Click-Links in Accept-Mails
|
- One-Click-Links in Accept-Mails
|
||||||
- Download Veranstaltungsliste
|
- Download Veranstaltungsliste
|
||||||
- ApproachForm aufteilen
|
- ApproachForm aufteilen
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ class SetPasswordForm(forms.Form):
|
|||||||
label=_(u'Neues Passwort wiederholen'),
|
label=_(u'Neues Passwort wiederholen'),
|
||||||
widget=forms.PasswordInput)
|
widget=forms.PasswordInput)
|
||||||
send_password_mail = forms.BooleanField(required=False,
|
send_password_mail = forms.BooleanField(required=False,
|
||||||
|
disabled=True,
|
||||||
label=_(u'Neues Passwort per E-Mail zusenden'),
|
label=_(u'Neues Passwort per E-Mail zusenden'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user