• Welcome to KonaKart Community Forum. Please login or sign up.
 

bug in forgot password

Started by bharatkasodariya, November 11, 2013, 10:57:10 am

Previous topic - Next topic

bharatkasodariya

tried forgot password.
got the new password with 4 chars on forgot password request. konakart login works with minimum 8 chars. do I need to config anything extra?

bharatkasodariya

It was due to min password length in store configuration. It was 4. Updated it to 8 and works.

krimisra

Forgot password functionality seems to have been broken in the latest version(8.3). Clicking on the forgot password doesn't generate any email to the customer. Also the page is not HTTPS.

julie

Edit ForgotPasswordAction.java .

Change :

String redirForward = checkSSL(kkAppEng, request, custId, /* forceSSL */false);

To:

String redirForward = checkSSL(kkAppEng, request, custId, /* forceSSL */true);