OpenSourceHelpCommunity / OpenSourceHelpCommunity.github.io

Open source help community website
http://opensourcehelpcommunity.herokuapp.com/
MIT License
44 stars 57 forks source link

Incorrect use of allauth django app #203

Open jarifibrahim opened 6 years ago

jarifibrahim commented 6 years ago

Update the usage of allauth Django app. The allauth app emits signals on user authentication events. I couldn't find any signal handlers for these signals. This is the main reason for authentication errors.

Part of https://github.com/OpenSourceHelpCommunity/OpenSourceHelpCommunity.github.io/issues/202#issue-282994785