wayfarer1549 / ECU-SENG-6240-SP2020-Team-3-project

Term Project for SENG 6240 Implementation
1 stars 1 forks source link

Implement login and authentication #14

Closed wayfarer1549 closed 4 years ago

wayfarer1549 commented 4 years ago

Closes issue #2

wayfarer1549 commented 4 years ago

@rscottjohnson You can test the login functionality by going to this URL: localhost:8000/accounts/login

From there, you should be able to enter any credentials for an existing user and log in. Currently, the redirect is set to the homepage.

I added some logic to the template to detect whether or not an authenticated user was logged in and display slightly different content if so.