simpleauth

Views

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