Create new Users Problem !!!

Discussion in 'ASP.NET 2.0' started by saad1200, Apr 28, 2005.

  1. It works for very strong passwords like "!T3stpwd" . Is there a way to lower the password security level so it takes normal password?</o:p>
    </o:p>
    Thanks</o:p>
     
  2. I am having problem with create new users. I keep getting "Please enter a different Password?. I tried different password, I don?t think the password is the problem. I had this problem when I run my application in the server and on the local host. I even tried the starter kit, but the same problem occurred.

    You can try yourself.

    http://www.beta-145334.server1.dotnetsandbox.net/login/login.aspx
    </o:p>
    Thanks</o:p>
    </o:p>
     
  3. I am using Ms SQL 2005 express.


    This is the web.config:





    <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">


    <system.web>


    <roleManager defaultProvider="AspNetWindowsTokenRoleProvider"/>


    <compilation debug="true"/></system.web>


    </configuration>
     
  4. Hi,


    The password required needs to be very strong in termsof using combinations ofmultiple numbers, letters, capitals etc.


    Try something like "!T3stpwd"


    It took me about 10 attempts to even register one user!
    I really don't like the error message either, since it is very misleading.

    Hope that helps!

    Andrew.
     
  5. You need to use an uppercase and number and a symbol try Qazqaz1! or Zxcvbnm2@. it will work[​IMG]
     
  6. I also had the same problem, but from working through the ASP.NET tutorials on ASP.NET 2.0 I noticed in the section on logins that they were using passwords like 123456?. I started using my usual password followed by the question mark and it worked so that was strong enough for it.
     

Share This Page