This topic is locked
[SOLVED]

Registration and passwords : send the reset password link doesn't work

2/17/2022 6:30:43 PM
PHPRunner General questions
A
Ana Soria authorDevClub member

Good evening, i'm using PHPRunner V10.7 Build 38740
When a user clics on Reset password, he receives a link like this one:
http://localhost:8087/changepwd.php?token=6m8wc94rq8g4a25755oi

when he clics on it, Change password page doesn't appears, instead, appears login page.
i have a database field on users table to save reset_token, and reset_token is saved on that field, but link doesn't work

Somebody can help me ??

Thanks in advantage

A
Ana Soria authorDevClub member 2/17/2022

Solved, it's necessary to add reset_token and reset_date to sql query on users table