...

/

Project Solution: Authenticate the User at Login

Project Solution: Authenticate the User at Login

Let’s take a look at the solution of authenticating users at login.

Solution

B

ÃK ^ã@sdS)N©rrrúS/Users/wasifibrahim/Documents/new_project/django_project/django_project/__init__.pyÚ<module>ó

Explanation

In this challenge, we modified the already existing view login that we created in Project Solution: Make a Login Form. The form validation logic remains the same as previously discussed. We changed the code where we previously used a dictionary to fetch ...