4.2.1.1. Package apps.managers.auth_mgr

Provides authentication services for Makahiki including administrative logins and CAS authentication.

4.2.1.1.1. Module apps.managers.auth_mgr.views

Admin method for logging in as another user.

apps.managers.auth_mgr.views.login(request)[source]

Show the login page and process the login form.

apps.managers.auth_mgr.views.login_as(request, *args, **kwargs)[source]

Admin method for logging in as another user.

apps.managers.auth_mgr.views.logout(request)[source]

simply logout and redirect to landing page

Table Of Contents

Previous topic

4.2. Package Reference Guide

Next topic

4.2.1.2. Package apps.managers.cache_mgr

This Page