minimum password length

J

Jon Paal

how to set correct properties for minimum length of 6 characters ? The following doesn't work.

<asp:CreateUserWizard ID="CreateUserWizard1" runat="server"
PasswordRegularExpression='@\"(?=.{7,)(?=(.*\d){1,)(?=(.*\W){1,)'
PasswordRegularExpressionErrorMessage="Minimum password length is 6 characters"
InvalidPasswordErrorMessage="Password length minimum: {6}. <br />Non-alphanumeric characters required: {0}."
 
T

Tim Mackey

hi jon,
the regular expression contains syntax errors. the curly brackets are
opened but not closed (they are closed by normal brackets, but this doesn't
count).

hope this helps
itm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top