ken:Could go to the Control Panel, go to Administration, Membership, and Registration Settings.
I see this " (.*) " under Password Regular Expression Pattern. Can You give us some exemple of strong password policy (min. 8 chars +number and chars+one specila character)
Thx
Here is one that requires password to be at least 8 characters and have a digit, lower case, upper case, and special character.
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*\W).{8,}$
joswalt: Here is one that requires password to be at least 8 characters and have a digit, lower case, upper case, and special character. ^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*\W).{8,}$
Thank you
I also get this same invalid character error when using the above regex.
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com