Authentication - Pattern-Projects/volunteer-fsf-project GitHub Wiki
Authentication is provided through django.contrib.sessions.
Users can visit the profile page to view their profile information.
If they are not authenticated, they are directed to the login page.
If the user has not previously registered, they can choose to register.