tanzquotient / website

Website of Tanzquotient
https://tanzquotient.org
GNU General Public License v2.0
5 stars 5 forks source link

templates/account/login1.html not used #156

Closed renatobellotti closed 5 years ago

renatobellotti commented 6 years ago

The template is never used. You can delete it and it's still possible to login.

Solution: Setup proper login page. Take care to use django-allauth to authenticate the user.

Advantage: This makes it possible modify the login page, e. g. to add a "terms of service" checkbox for login, as requested in #153. Probably the login section is not the best place to put the checkbox, but it's still good to remove the dead code or change it to something useful.

Related documentation: django-allauth