473,394 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Beta 2 Login Control Problem

TDC
Has anyone found an answer to the post below?!? Any help appreciated!

---------------------------
a.. From: johan@xxxxxxxxxxxxxxx
a.. Date: 2 May 2005 05:13:08 -0700

I have a problem with with Login and CreateUserWizard controls in
ASP.NET beta 2. In beta 1 they worked just fine, but now they do not
work at all, they don't even throw exceptions.

The Login control dont say anything, it just doesn't login the user.
There are no requests made to the database. I've tried my existing code
that worked in beta 1 and I've created a new web site from scratch on a
clean machine and get the exact same problem. Any ideas how to fix
this?

The CreateUserWizard just return the handled error "Please enter a
different password", no matter what I enter as password. I've tried
with short, long, strong and bland password. It's always the same
message.

Please help!
Nov 19 '05 #1
5 1409
> The CreateUserWizard just return the handled error "Please enter a
different password", no matter what I enter as password. I've tried
with short, long, strong and bland password. It's always the same
message.


Beta 2 introduced strong password requirements by default:

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

You can configure those settings:

<membership>
<providers>
<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider,
System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true"
requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false"
passwordFormat="Hashed" maxInvalidPasswordAttempts="5" passwordAttemptWindow="10"
passwordStrengthRegularExpression="" />
</providers>
</membership>

And this blog entry mentions how to change those settings:

http://weblogs.asp.net/owscott/archi...11/406550.aspx

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

Nov 19 '05 #2
TDC
Thanks for the response but that's not it. When I use code
Membership.Validate user it works.

I guess I shoudl be more specific: when I type an invalid password It get an
invalid password error. When I type a valid password it goes back to the
previous page but has authenticated nothing and thrwos no error.

!

Again more help appreciated...

Tronn

"Brock Allen" <ba****@NOSPAMdevelop.com> wrote in message
news:80**********************@msnews.microsoft.com ...
The CreateUserWizard just return the handled error "Please enter a
different password", no matter what I enter as password. I've tried
with short, long, strong and bland password. It's always the same
message.


Beta 2 introduced strong password requirements by default:

http://msdn.microsoft.com/netframewo...w20readme.aspx
You can configure those settings:

<membership>
<providers>
<add name="AspNetSqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="LocalSqlServer" enablePasswordRetrieval="false"
enablePasswordReset="true" requiresQuestionAndAnswer="true"
applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed"
maxInvalidPasswordAttempts="5" passwordAttemptWindow="10"
passwordStrengthRegularExpression="" />
</providers>
</membership>

And this blog entry mentions how to change those settings:

http://weblogs.asp.net/owscott/archi...11/406550.aspx

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


Nov 19 '05 #3
Also check out the official Beta 2 forums [1]
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

[1] http://forums.microsoft.com/msdn/def...ForumGroupID=6

"TDC" <tr*********@hotmail.com> wrote in message
news:u$**************@TK2MSFTNGP14.phx.gbl...
Thanks for the response but that's not it. When I use code
Membership.Validate user it works.

I guess I shoudl be more specific: when I type an invalid password It get
an invalid password error. When I type a valid password it goes back to
the previous page but has authenticated nothing and thrwos no error.

!

Again more help appreciated...

Tronn

"Brock Allen" <ba****@NOSPAMdevelop.com> wrote in message
news:80**********************@msnews.microsoft.com ...
The CreateUserWizard just return the handled error "Please enter a
different password", no matter what I enter as password. I've tried
with short, long, strong and bland password. It's always the same
message.


Beta 2 introduced strong password requirements by default:

http://msdn.microsoft.com/netframewo...w20readme.aspx
You can configure those settings:

<membership>
<providers>
<add name="AspNetSqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="LocalSqlServer" enablePasswordRetrieval="false"
enablePasswordReset="true" requiresQuestionAndAnswer="true"
applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed"
maxInvalidPasswordAttempts="5" passwordAttemptWindow="10"
passwordStrengthRegularExpression="" />
</providers>
</membership>

And this blog entry mentions how to change those settings:

http://weblogs.asp.net/owscott/archi...11/406550.aspx

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



Nov 19 '05 #4
TDC
Sweet thanks...

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:eb**************@TK2MSFTNGP15.phx.gbl...
Also check out the official Beta 2 forums [1]
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

[1] http://forums.microsoft.com/msdn/def...ForumGroupID=6

"TDC" <tr*********@hotmail.com> wrote in message
news:u$**************@TK2MSFTNGP14.phx.gbl...
Thanks for the response but that's not it. When I use code
Membership.Validate user it works.

I guess I shoudl be more specific: when I type an invalid password It get
an invalid password error. When I type a valid password it goes back to
the previous page but has authenticated nothing and thrwos no error.

!

Again more help appreciated...

Tronn

"Brock Allen" <ba****@NOSPAMdevelop.com> wrote in message
news:80**********************@msnews.microsoft.com ...
The CreateUserWizard just return the handled error "Please enter a
different password", no matter what I enter as password. I've tried
with short, long, strong and bland password. It's always the same
message.

Beta 2 introduced strong password requirements by default:

http://msdn.microsoft.com/netframewo...w20readme.aspx
You can configure those settings:

<membership>
<providers>
<add name="AspNetSqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="LocalSqlServer" enablePasswordRetrieval="false"
enablePasswordReset="true" requiresQuestionAndAnswer="true"
applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed"
maxInvalidPasswordAttempts="5" passwordAttemptWindow="10"
passwordStrengthRegularExpression="" />
</providers>
</membership>

And this blog entry mentions how to change those settings:

http://weblogs.asp.net/owscott/archi...11/406550.aspx

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




Nov 19 '05 #5
TDC
Although nothing there I posed so thanks again. Anyone with other ideas
still appreciated!
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:eb**************@TK2MSFTNGP15.phx.gbl...
Also check out the official Beta 2 forums [1]
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

[1] http://forums.microsoft.com/msdn/def...ForumGroupID=6

"TDC" <tr*********@hotmail.com> wrote in message
news:u$**************@TK2MSFTNGP14.phx.gbl...
Thanks for the response but that's not it. When I use code
Membership.Validate user it works.

I guess I shoudl be more specific: when I type an invalid password It get
an invalid password error. When I type a valid password it goes back to
the previous page but has authenticated nothing and thrwos no error.

!

Again more help appreciated...

Tronn

"Brock Allen" <ba****@NOSPAMdevelop.com> wrote in message
news:80**********************@msnews.microsoft.com ...
The CreateUserWizard just return the handled error "Please enter a
different password", no matter what I enter as password. I've tried
with short, long, strong and bland password. It's always the same
message.

Beta 2 introduced strong password requirements by default:

http://msdn.microsoft.com/netframewo...w20readme.aspx
You can configure those settings:

<membership>
<providers>
<add name="AspNetSqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="LocalSqlServer" enablePasswordRetrieval="false"
enablePasswordReset="true" requiresQuestionAndAnswer="true"
applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed"
maxInvalidPasswordAttempts="5" passwordAttemptWindow="10"
passwordStrengthRegularExpression="" />
</providers>
</membership>

And this blog entry mentions how to change those settings:

http://weblogs.asp.net/owscott/archi...11/406550.aspx

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




Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Philippe Lumbroso | last post by:
Hello, We are now starting a limited public beta of a new security program for Windows named "NaturalLogin". The program can use one or more hardware devices (such as standard USB storage...
3
by: bredal Jensen | last post by:
I'm currently downloading the Microsoft "Visual web developer 2005 Express" and i have a few questions in case someone could have insider informations about this. I have just attended a seminar...
0
by: johan | last post by:
I have a problem with with Login and CreateUserWizard controls in ASP.NET beta 2. In beta 1 they worked just fine, but now they do not work at all, they don't even throw exceptions. The Login...
5
by: Arjen | last post by:
Hi, The login control (<asp:Login) generates a HTML table. I have used my own template without table's. The control generates <table> ... my design(template) ... </table>. I don't like the...
0
by: Pavan | last post by:
Hi All, I am using ASP .Net Beta 2 to develop web applications. In one of my web applications, i am using 'CreateUser' wizard control to create users for my site. Earlier, when i was using...
8
by: jojobar | last post by:
Okay, I am trying to do is to test the webresource in 2.0 1. I created a new project with assembly name (and default assembly name) "Office". 2. I added the following to the AssemblyInfo.cs...
3
by: ilockett | last post by:
The background: I have a web app with a simple master page that contains just one content placeholder. I have created a web form that then uses this master page. Within the content...
2
by: IdleBrain | last post by:
Hello All: I used a Login control to authenticate a user to login. The problem is that when I login with good username & password, the login view would say that the login was successful. But...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.