orionblastar / K666

K666 is forum discussion software, this is an attempt to write the Free version FreeK666 without violating copyright
http://k666.kr5ddit.com
MIT License
5 stars 0 forks source link

Disable admin login/logout #26

Open procrasti opened 8 years ago

procrasti commented 8 years ago

Branch: allauth

There are problems with the admin implementation of login and logout, and we should only use allauth...

Make sure you work on the allauth branch, make sure it is up to date with master, let me know when it's ready to merge into master.

You can use urls.py to redirect admin/login to accounts/login.

This won't stop us logging into the admin, it just means we use the allauth versions.