main.auth_viewsΒΆ
View functions geared toward user authentication. All views, except auth views and the index view, should be considered to check for a valid and authenticated user. If one is not found, they will direct to the appropriate error page.
Functions
|
Response for cases where a page requires an authenticated user with elevated privileges. |
|
Handle requests to change passwords for the AUTH_USER model. |
|
Handles authenticating existing users. |
|
Handles logout. |
|
Response for cases where a page requires an authenticated user with elevated privileges. |
|
Response on pages that require higher privileges than the requesting user holds. |
|
Response for cases where a page requires any general authenticated user. |
|
Allows new user registration. |
|
Handle requests to change passwords for the AUTH_USER model. |
|
Registration success return_response. |