KonaKart Community Forum

General Category => Miscellaneous => Topic started by: krimisra on January 04, 2017, 07:31:04 pm

Title: Broken Forgot Password Functionality in Konakart 8.3
Post by: krimisra on January 04, 2017, 07:31:04 pm
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
Title: Re: Broken Forgot Password Functionality in Konakart 8.3
Post by: julie on January 05, 2017, 04:43:49 pm
Edit ForgotPasswordAction.java .

Change :

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

To:

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