Set password link doesn't work
psrok1 opened this issue · 1 comments
psrok1 commented
Environment information
- MWDB version (from
/about
): v2.9.0 - Installation method:
- mwdb.cert.pl service
- From PyPi (
pip install mwdb-core
) - From docker-compose
- Other (please explain)
- Plugins installed:
Behaviour the bug (what happened?)
Set password link redirects to the /
page. It looks like it doesn't accept /setpasswd/<token>
path as correct route.
Expected behaviour
Allow to set password using set password link.
Reproduction Steps
- Generate set password link
- Try to navigate into it
psrok1 commented
Ok I see we changed link format from setpasswd/<token>
to setpasswd/?token=<token>
.
So it's problem with our mail template, not mwdb-core itself.