newauth.admin

class newauth.admin.BasicUserCreationForm(*args, **kwargs)

A form that creates a user, with no privileges, from the given username and password.

class newauth.admin.PasswordChangeForm(user, *args, **kwargs)

A form used to change the password of a user in the admin interface.

save(commit=True)

Saves the new password.