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; -- Aleksander 'A.L.E.C' Machniak LAN Management System Developer [http://lms.org.pl] Roundcube Webmail Developer [http://roundcube.net] --------------------------------------------------- PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl -- List info: http://lists.roundcube.net/users/ BT/8f4f07cd
