Discussion:
Password Retrieval
(too old to reply)
s***@in.ibm.com
2007-01-17 10:39:39 UTC
Permalink
WebSphere Commerce can generate a new password and also can reset the existing password. But, how can I retrieve the existing password from WC database without resetting it?
Lots of Customers want to retrieve the existing password from WC database using the 'Forgot Password' feature instead of resetting the password.
Juber
2007-01-17 19:54:09 UTC
Permalink
Use:
- nc_crypt.decrypt(<string>,<merchantkey>);

- nc_cryptx.encrypt(<string>,<merchantkey>)
Post by s***@in.ibm.com
WebSphere Commerce can generate a new password and also can reset the existing password. But, how can I retrieve the existing password from WC database without resetting it?
Lots of Customers want to retrieve the existing password from WC database using the 'Forgot Password' feature instead of resetting the password.
geo
2007-01-19 15:46:54 UTC
Permalink
Use your own two way encryption algorithm in a user registration command
extension, and store the result in one of the merchant customizable fields.
This way the value is SOX compliant and easily accessible for this type of
Forgot Password custom usage.
Post by s***@in.ibm.com
WebSphere Commerce can generate a new password and also can reset the
existing password. But, how can I retrieve the existing password from WC
database without resetting it?
Lots of Customers want to retrieve the existing password from WC database
using the 'Forgot Password' feature instead of resetting the password.
Loading...