BxDolProfilesController

Hello,

with $aNewProfile['Password']; i will catch the users Password at signup-process.

Does somebody know, how i can catch the password, when user changes his password.

These information will be very helpful for me. I guess it must be happen here

function updateProfile( $iMemberID, $aData )

Thank you in advantage

Greets

Thomas

Quote · 25 Apr 2013

The proper way: password change can be caught by implementing "response" to "profile edit" alert and compare old and new profile info.

Also the actual code where profile info is updated, including password is in saveProfile function in pedit.php file.

Rules → http://www.boonex.com/terms
Quote · 26 Apr 2013

Hi Alex,

i had tried it and it works, but problem is, when it compares i will get only the hashed password, because i need it in cleartext in order to hash it again with an other hash algorithm.

Thank You and Greetings

Thomas

Quote · 26 Apr 2013

The clear password can be retrieved from $_POST superglobal variable.

i had tried it and it works, but problem is, when it compares i will get only the hashed password, because i need it in cleartext in order to hash it again with an other hash algorithm.

 

Rules → http://www.boonex.com/terms
Quote · 29 Apr 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.