Re: [web2py] Web2Py reset_password 303

2022-06-03 Thread Massimiliano
Try to check in your db.py if some auth actions are disabled: this is mine: auth.settings.actions_disabled=['register','change_password','request_reset_password'] Il giorno gio 2 giu 2022 alle ore 00:07 urban@gmail.com < urban.kris...@gmail.com> ha scritto: > When user requests a new passwo

[web2py] Web2Py reset_password 303

2022-06-01 Thread urban....@gmail.com
When user requests a new password they get an email with a link in the following format: default/user/reset_password/ uuid However, when clicked it redirects back to home page. The page returns HTTP code 303.