How to set password restrictions
Posted: Thu Mar 29, 2012 9:21 am
I've assigned a password to each of the users of our database, but they also have the ability to change their password to something they can remember more easily. Is there a way to set restrictions for passwords (minimum length being the big one)? Do I need to set it here the actions.ini file:
or do I set it in the "password" field?
- Code: Select all
[change_password]
condition="(df_is_logged_in())"
url="{$app->url('-action=change_password')}"
label="Change Password"
category=personal_tools
or do I set it in the "password" field?