Class AdminPasswordChangeForm
A form used to change the password of a user in the admin interface.
Declaration
class AdminPasswordChangeForm(forms.Form)
source linkDocumentation
Methods
▷ def __init__(self, user, *args, **kwargs) @property
def changed_data(self)
▷ def save(self, commit=True) Save the new password.
Reexports