nitely / Spirit

Spirit is a modern Python based forum built on top of Django framework
http://spirit.readthedocs.io
MIT License
1.16k stars 332 forks source link

cannot change password when forget #302

Closed catmemo closed 3 years ago

catmemo commented 3 years ago

Server Error (500) was got when tried to reset password in https://community.spirit-project.com/user/password-reset/

catmemo commented 3 years ago

@nitely Could you please help to check? Thanks~

nitely commented 3 years ago

I can't reproduce the issue.

nitely commented 3 years ago

Ah, It's on password reset complete. I just fixed it https://github.com/nitely/Spirit/commit/a10de8014bacd9f3009cf568b791561b2ab0aa20

Thanks!

catmemo commented 3 years ago

Ah, It's on password reset complete. I just fixed it a10de80

Thanks!

My pleasure~

catmemo commented 3 years ago

@nitely Sorry but I failed again~

I actually received the "Password reset on community.spirit-project.com" email. And then I clicked on below link and got into the password reset form successfully.

But "server error 500" was returned after I filled the new password and clicked submit again. Do you have any suggestions? Thanks~

nitely commented 3 years ago

I just updated the spirit-project's Spirit version. It should be working now.

btw, the password should have been changed even if you get that error.

catmemo commented 3 years ago

I just updated the spirit-project's Spirit version. It should be working now.

btw, the password should have been changed even if you get that error.

Ciao nitely, thank you for your quickly response~