Form
- synopsis:
Form class in django-boost
UserCreationForm
- class django_boost.forms.UserCreationForm(*args, **kwargs)
A form that creates a user, with no privileges, from the active user model’s
USERNAME_FIELDand password.
UserChangeForm
- class django_boost.forms.UserChangeForm(*args, **kwargs)
A form for changing an existing user, using the active user model’s
USERNAME_FIELD.
AuthenticationForm
- class django_boost.forms.AuthenticationForm(request=None, *args, **kwargs)
A form for authenticating a user with the active user model’s
USERNAME_FIELD.