simpleauth
Views
-
account_settings
- Account settings page.
-
login(request, template_name='simpleauth/signin.html')
- Login the user to the website and redirect back.
-
logout
- Logout the user from the website and redirect back.
-
profile_public(request, username, template_name='simpleauth/profile_public.html')
- Public profile page.