I'm testing password plugin using poppassd. I'm just wondering if there's a way I can set rules such as there should be numbers or characters in the New Password. Without numbers or characters, change password will fail. There are already password minimum length so I think what I want is possible its just that I'm not a php programmer and don't know how will I implement it.
Thanks,
Nelson
On 18.07.2011 07:55, Nelson Serafica wrote:
I'm testing password plugin using poppassd. I'm just wondering if there's a way I can set rules such as there should be numbers or characters in the New Password. Without numbers or characters, change password will fail. There are already password minimum length so I think what I want is possible its just that I'm not a php programmer and don't know how will I implement it.
// Require the new password to contain a letter and punctuation character // Change to false to remove this check. $rcmail_config['password_require_nonalpha'] = false;