Hello
In 6.5.0.0 default reset passwords are 5 characters, but the login form expects 8
If I go to /konakart/LogIn.action
Click on "Forgot your Password?" it goes to /konakart/ForgotPassword.action
Enter in a valid user email address, and click SEND it goes to /konakart/ForgotPasswordSubmit.action
The password in the email is 5 characters long, when entered in the form the error message appears: "Please enter at least 8 characters."
In konakartadmin Configuration > minimum Values the Minimum value for passwords is set to 5.
If you change this minimum from 5 to 8 and re-reset the password you will get a new password 8 characters long and be able to login.
Thanks.. We'll set that parameter to 8 in future versions.