KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: bharatkasodariya on November 11, 2013, 10:57:10 am

Title: bug in forgot password
Post by: bharatkasodariya on November 11, 2013, 10:57:10 am
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?
Title: Re: bug in forgot password
Post by: bharatkasodariya on November 14, 2013, 06:09:58 am
It was due to min password length in store configuration. It was 4. Updated it to 8 and works.
Title: Re: bug in forgot password
Post by: krimisra on January 04, 2017, 07:29:03 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.
Title: Re: bug in forgot password
Post by: julie on January 05, 2017, 04:44:13 pm
Edit ForgotPasswordAction.java .

Change :

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

To:

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