Class SetPasswordForm
A form that lets a user change set their password without entering the old password
Declaration
class SetPasswordForm(forms.Form)
source linkDocumentation
Methods
▷ def __init__(self, user, *args, **kwargs) ▷ def save(self, commit=True)
Subclasses
Reexports