Mail forgotten passwords

If you have passwords turned on (xpassword=Yes), your customers can retrieve a forgotten password by clicking the Forgot Password link in the customer service area and then entering their email address and userid/name.

 

 


VPCART will then email their password to the email address they registered with.

There are other new configurations added into latest VPCart for the Forgot Password feature:

xforgotpwd_expiredinhours

Enter how many hours the generated token would be expired. Default is 24.

xforgotpwd_template

Used as the mailing template for forgot password.
Default value is tmp_forgotpassword.htm

xforgotpwd_changed_template

Used as the mailing template after reset password.
Default value is tmp_forgotpasswordchanged.htm

xpassword_resendlimit

Limitation on request forgot password token process. Default value is 5 means 5 times.

xpassword_resendminute

Interval in minute to be allowed to resend password token. Default is 5 mins.