Hi,
Is there any way to control functionality of "Change Password" page of "Reset Password" page in Form Login.
Once the User hit Reset Password option in Form Login,it genearets a email link to another "change password" page where user require to input New Password.
I want to setup some validations(password policies) here on this page.
How can I achieve this?
Thanks.
Hi Tarun,
I believe there is no OOTB possibility to provide that functionality. But if you dig enough, you'll find out, that a page that is responsible for resetting password is a .jsp file that can be modified. However, please notice, that this way is not supported officially.
Regards,
J.