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

Broken Forgot Password Functionality in Konakart 8.3

Started by krimisra, January 04, 2017, 07:31:04 pm

Previous topic - Next topic

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.
I have also tried with the demo version installed at www.konakart.com/demos

Anyone else facing the same problem? Is there a workaround

julie

Edit ForgotPasswordAction.java .

Change :

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

To:

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