Hi.
I have set special requirements easysocial -> profile types -> custom fields -> password
In my case password must contain 8 characters, 1 uppercase and 2 integers.
These requirements work good and are respected on registration and when a user changes password with this link:
index.php?option=com_easysocial&view=profile&layout=edit&Itemid=214
But when a user resets password using this url then the password requirements are not respected:
index.php?option=com_easysocial&view=account&layout=forgetPassword&Itemid=214
I need these password requirements to work because other scripts I have integrated also require the same passwords.
Please advise
I have set special requirements easysocial -> profile types -> custom fields -> password
In my case password must contain 8 characters, 1 uppercase and 2 integers.
These requirements work good and are respected on registration and when a user changes password with this link:
index.php?option=com_easysocial&view=profile&layout=edit&Itemid=214
But when a user resets password using this url then the password requirements are not respected:
index.php?option=com_easysocial&view=account&layout=forgetPassword&Itemid=214
I need these password requirements to work because other scripts I have integrated also require the same passwords.
Please advise