Can not create USER in Createuserwizard ASP 2.0

  • Thread starter Thread starter Henry Lee
  • Start date Start date
H

Henry Lee

Hi,
I am new to ASP 2.0 and try to build up the first site.
The problem I got is when I use createuserwizard and try to create a new
user on form. It always shows the error "Password length minimum: 7.
Non-alphanumeric characters required: 1." no matter how I change password to
meet it requirement.
The database connection is fine , just this password validation stop me to
do further thing.
Any idea ?
Very appreciated
Henry
 
Henry,

Try putting a non-alphanumeric character into password !@#!@#$@$, upper and
lower case letters, a number.

It defaults to very strong passwords. Its configurable in IIS ASP.Net
properties for the web application too.

Good Luck
DWS
 
Back
Top