Having problems creating a new user VWD2005

I am currently having problems with creating a new user

this happens under visual web developer 2005
here is what it looks like:


User Detail
Sign Up for Your New Account
Password length minimum: 7. Non-alphanumeric characters required: 1.
 




Answer this question

Having problems creating a new user VWD2005

  • Greg Dirst

    Here are some links to assist in changing the password stength in asp.net 2.0 applications.

    Changing the password Complexity in ASP.NET v2.0
    ------------------------------------------------
    http://weblogs.asp.net/owscott/archive/2005/05/11/406550.aspx
    http://forums.asp.net/896067/ShowPost.aspx

  • Niklas_

    Hi!

    Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39

    The short answer to your question is the password and email restrictions are pretty strict.  You need to have numeric and a minimum lenght for your password, so pass@word1 works or other such things.  The email is also looking to validate a correct email address such as deltaalphatech@yoursite.com

    HTH,

    PEte



  • dkbryan

    You need to include a non-aplhanumeric character in your password such as # or = or !. Something that is neither a number or a letter. So something like Passw0rd! or Jack and J1!! would work.


  • XanthViper

    I would like to also say that i do enter a minimum of 7 char

    and also I enter one numeric char. This occurs under the Timetracker kit,
    what happens is that when the program is executed it will go into
    login page if you dont have a user and password name then
    you'll get the option of creating a new user

    Every time I enter a password the same error comes up. 



  • Having problems creating a new user VWD2005