![]() |
|
#1
|
|||
|
|||
![]()
So I had a user that forgot his pass and used the reset however the email never went out.
I checked the datebase and it says it was stored and shows a bunch. I tryed it with a test account and it said it did however the pass was never reset and I never got the email. I decided to change it in the Admin area however now when i try to log in with that account it says the pass is wrong, both what I reset it to and what it was before. So I assume it reset but not to what I said to reset to? and in the database its now way shorter then the rest of the passwords I did not manually change. Im rather confused as to what it did and I never touched the php files for it. I even started a fresh site and it still did the same? Last edited by keliptis; 02-09-2012 at 12:17 PM. |
#2
|
|||
|
|||
![]()
I was just coming here to report (part of) this.
Apparently the Admin CP was never updated when the new password hash was released. To fix, open admpost.php. Around line 728, replace: Code:
$password = md5($pass1); Code:
$password = passencr($username, $pass1); |
#3
|
|||
|
|||
![]()
I figured after a while that was the issue that that was missing as mine were shorter I wasnt sure how to add it in.
I shall do that and see :) thank you Edit: Thanks that worked great for that :) Last edited by keliptis; 02-09-2012 at 07:15 PM. |
#4
|
||||
|
||||
![]()
Yeah I figured this one an old bug I did not fix before Mys v1.2.4 release, thanks a lot for pointing it out xCataluna.
__________________
![]() Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
#5
|
|||
|
|||
![]()
Is there a reason why emails dont go out? From what I see it all works fine even adds them to the date base but they arent being emailed
|
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Password Reset not sending email | tahbikat | Questions and Supports | 3 | 11-24-2015 11:04 PM |
Unable to reset password | KulayWolf | Questions and Supports | 4 | 09-21-2014 03:00 PM |
Unable to log in after password reset | gloryKAT | Questions and Supports | 8 | 06-07-2014 12:24 PM |
Register with no password? | Slix | Questions and Supports | 6 | 08-01-2011 12:26 PM |
What's New? |
What's Hot? |
What's Popular? |