KC-software-en / QuizMe

A Django website for a Magazine providing quizzes for Education, Entertainment and General knowledge. It is Dockerised, hosted on AWS and uses an API.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

login/register defence #43

Closed KC-software-en closed 4 months ago

KC-software-en commented 4 months ago

Please address these bugs in user_auth. I added the login decorator to edu view & it takes me to the login page. But the login page doesn't give the option to register if you don't have an account. The register page should also have defence for this where it can take you to the login page if you've already registered.

Deandre1dev commented 4 months ago

Ok @KC-software-en I will look into it.

Deandre1dev commented 4 months ago

@KC-software-en I have added the login defense #45