Django-allauth change password not working

I have created a project using allauth with the documentation including adding bootstrap elements.

My login/logout/sign up pages all work but when I do change or forgotten password I get a confirmation saying password is changed successfully but only the old password still works.

I even span up a fresh project with nothing else added such as custom user etc. and this still happens and I can't figure out why it doesn't work out of the box.

Any ideas?

Вернуться на верх