Author |
|
redfox Newbie
Joined: 02 April 2015
Online Status: Offline Posts: 1
|
Posted: 09 May 2015 at 1:56am | IP Logged
|
|
|
Hi,
I've a problem with plugin "change password".
I modified the logic to change the password on the db and not on passwrd.
Sometimes all is workin' in a wonderful way.
Other time no.
The problem is that on the index.php of custom modules, the field PreviousMailPassword is empty, but the field IncomingMailPassword os with new password.
Why?
in the function public function ChangePasswordProcess($oAccount)
I can see that the $oAccount object has the $oAccount->PreviousMailPassword with an empty value.
So the check:
if (0 < strlen($oAccount->PreviousMailPassword) &&
$oAccount->PreviousMailPassword !== $oAccount->IncomingMailPassword)
is on 99% false.
How I can fix it?
Best Regards
Tonio
|
Back to Top |
|
|