Package django :: Package contrib :: Package auth :: Module forms
[hide private]
[frames] | no frames]

Module forms

source code

Classes [hide private]
  UserCreationForm
A form that creates a user, with no privileges, from the given username and password.
  AuthenticationForm
Base class for authenticating users.
  PasswordResetForm
A form that lets a user request a password reset
  PasswordChangeForm
A form that lets a user change his password.
  AdminPasswordChangeForm
A form used to change the password of a user in the admin interface.

Imports: User, authenticate, Site, Context, loader, validators, oldforms, _