module documentation

Undocumented

Class ​Login​View Display the login form and handle the login action.
Class ​Logout​View Log out the user and display the 'You are logged out' message.
Class ​Password​Change​Done​View Undocumented
Class ​Password​Change​View Undocumented
Class ​Password​Reset​Complete​View Undocumented
Class ​Password​Reset​Confirm​View Undocumented
Class ​Password​Reset​Done​View Undocumented
Class ​Password​Reset​View Undocumented
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 ​User​Model Undocumented
Class ​Password​Context​Mixin Undocumented
Class ​Success​URLAllowed​Hosts​Mixin Undocumented
def logout_then_login(request, login_url=None):
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):
Redirect the user to the login page, passing the given 'next' page.
INTERNAL_RESET_SESSION_TOKEN: str =

Undocumented

Value
'_password_reset_token'
UserModel =

Undocumented