The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
reset password - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: reset password (/showthread.php?tid=1067)



reset password - alexuco - 05-26-2018

Hi everyone!
Today I've noticed that when Admin reset an user password checking to send him/her a mail to notify that, the link from that mail is always throwing the message 'Oops...something went wrong, maybe an old reset link you clicked on. Click below to try again' and even when user after that reset manually and send again mail it happens the same.

Maybe it happens because I'm under mamp localhost ?

Any idea what it is about?

thanks.


reset password - Brandin - 05-27-2018

Generally this will be one of two things:
-bad vericode being sent
-expired link

Reset links are only valid for 15 minutes. After you request one, check the Users table for both the vericode and vericode_expiry, and compare that to the email. If the vericode matches in the URL, great, and if it is before the expiry timestamp, great, click it. If you then get an error, we'll need to look into it further.

Brandin.