ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

[HELP] Unable to login #875

Closed mzch closed 3 years ago

mzch commented 3 years ago

I can't login from sign in page by username/password or Github OAuth. But I can login from admin panel.

Can anyone tell me how to fix this issue?

mzch commented 3 years ago

I switched to branch 0.10.x and python 2, and at first I can login but from next times I can't. When sending password reset mail and clicking the link in it, I can login...

I tried memcached and file cache but the same result.

Any idea?

evgenyfadeev commented 3 years ago

Not sure, could you record a screencast to see what's actually happening?

mzch commented 3 years ago

Here.

ScreenShot
mzch commented 3 years ago

Hi, I tried Python 3.9.0 and pip install askbot (0.11.x), then Askbot works fine! Thanks!