Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > ASP.NET 2.0 Membership problem

Reply
Thread Tools

ASP.NET 2.0 Membership problem

 
 
Joe Gilkey
Guest
Posts: n/a
 
      04-27-2005
I am trying to create an application using ASP.NET 2.0 which takes
advantage of the new Membership features (I am using Visual Web
Developer Beta 2). I created a default database on SQL Server 2000
using aspnet_regsql -W on my machine. After following the setup
instructions, I am unable to create a new user. I keep getting the
"Please enter a different password." error on the Create User screen
(ASP.NET Web site admin tool). I have tried numerous types of
passwords, but nothing seems to work. Does anyone have any ideas?

--
Joe Gilkey
Principal Programmer / Analyst
NAPCO Security Group / Continental Instruments
 
Reply With Quote
 
 
 
 
Brock Allen
Guest
Posts: n/a
 
      04-27-2005
You're the second person to ask this today

By default they have enabled stronger password validation:

http://msdn.microsoft.com/netframewo...w20readme.aspx

Check out section "3.1.5 ASP.NET Membership Enforces Password Strength Requirements"

-Brock
DevelopMentor
http://staff.develop.com/ballen



> I am trying to create an application using ASP.NET 2.0 which takes
> advantage of the new Membership features (I am using Visual Web
> Developer Beta 2). I created a default database on SQL Server 2000
> using aspnet_regsql -W on my machine. After following the setup
> instructions, I am unable to create a new user. I keep getting the
> "Please enter a different password." error on the Create User screen
> (ASP.NET Web site admin tool). I have tried numerous types of
> passwords, but nothing seems to work. Does anyone have any ideas?
>




 
Reply With Quote
 
 
 
 
Joe Gilkey
Guest
Posts: n/a
 
      04-27-2005
Brock Allen wrote:

> You're the second person to ask this today
>
> By default they have enabled stronger password validation:
>
> http://msdn.microsoft.com/netframewo.../fw20readme.as
> px
>
> Check out section "3.1.5 ASP.NET Membership Enforces Password
> Strength Requirements"
>
> -Brock
> DevelopMentor
> http://staff.develop.com/ballen
>
>
>
> > I am trying to create an application using ASP.NET 2.0 which takes
> > advantage of the new Membership features (I am using Visual Web
> > Developer Beta 2). I created a default database on SQL Server 2000
> > using aspnet_regsql -W on my machine. After following the setup
> > instructions, I am unable to create a new user. I keep getting the
> > "Please enter a different password." error on the Create User screen
> > (ASP.NET Web site admin tool). I have tried numerous types of
> > passwords, but nothing seems to work. Does anyone have any ideas?
> >


Thanks for the help, just one question, what are the possible values
for "passwordStrengthRegularExpression"?

--
Joe Gilkey
Principal Programmer / Analyst
NAPCO Security Group / Continental Instruments
 
Reply With Quote
 
Brock Allen
Guest
Posts: n/a
 
      04-27-2005
> Thanks for the help, just one question, what are the possible values
> for "passwordStrengthRegularExpression"?


Well, since it's not documented yet I can't say with certainty, but I can
make an educated guess. It's the regular expression that password must match
to be accepted as a password for the membership provider.

-Brock
DevelopMentor
http://staff.develop.com/ballen




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Membership permissions after publishing an ASP.NET Membership site. Tino Donderwinkel ASP .Net 2 06-18-2008 08:16 AM
Custom membership provider problem John ASP .Net 3 06-21-2007 02:04 AM
Problem in setting up ASP.NET Membership DB Mike ASP .Net 0 04-15-2006 08:29 AM
Membership Services Problem Wayne Wengert ASP .Net 2 02-17-2006 05:24 PM
ASP.NET 2.0 Membership.CreateUser problem Joe Gilkey ASP .Net 1 05-12-2005 03:09 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57