module documentation

Undocumented

Class LoginView Display the login form and handle the login action.
Class LogoutView Log out the user and display the 'You are logged out' message.
Class PasswordChangeDoneView Undocumented
Class PasswordChangeView Undocumented
Class PasswordContextMixin Undocumented
Class PasswordResetCompleteView Undocumented
Class PasswordResetConfirmView Undocumented
Class PasswordResetDoneView Undocumented
Class PasswordResetView Undocumented
Class RedirectURLMixin No class docstring; 0/2 class variable, 2/4 methods documented
Function logout_then_login Log out the user if they are logged in. Then redirect to the login page.
Function redirect_to_login Redirect the user to the login page, passing the given 'next' page.
Constant INTERNAL_RESET_SESSION_TOKEN Undocumented
Variable UserModel Undocumented
def logout_then_login(request, login_url=None): (source)

Log out the user if they are logged in. Then redirect to the login page.

def redirect_to_login(next, login_url=None, redirect_field_name=REDIRECT_FIELD_NAME): (source)

Redirect the user to the login page, passing the given 'next' page.

INTERNAL_RESET_SESSION_TOKEN: str = (source)

Undocumented

Value
'_password_reset_token'
UserModel = (source)

Undocumented