473,325 Members | 2,712 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,325 software developers and data experts.

asp:CreateUserWizard

Hi All,

I have an asp:CreateUserWizard control.

Whenever I enter a user and password it tells me that I have to have a
'non alpha numeric' character in the password.

E.G. I cannot have '123werwer' it has to be '123werwer_'

Is there a way to remove that restriction?

Thanks,

Peter.

Feb 22 '06 #1
1 1285
> Whenever I enter a user and password it tells me that I have to have a
'non alpha numeric' character in the password.

E.G. I cannot have '123werwer' it has to be '123werwer_'

Is there a way to remove that restriction?

I asume you use the build in SqlMembershipProvider?
- in that case you can configure it any way you wan't it:
<system.web>
<membership defaultProvider="AspNetSqlMembershipProvider">
<providers>
<clear/>
<add name="AspNetSqlMembershipProvider"
connectionStringName="myconnection"
minRequiredPasswordLength="3"
minRequiredNonalphanumericCharacters="0"

.... and so on ....

/>
</providers>
</membership>
R-)
Feb 22 '06 #2

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

Similar topics

0
by: Lloyd Dupont | last post by:
I'm using the 2.0's CreateUserWizar to create a user, but it does it straight away, that's no good! I want to send a confirmation link to the user and complete the creation only when he user click...
1
by: BobLaughland | last post by:
Hi There, Just wondering about the asp:CreateUserWizard. I am using Microsoft Visual Web Developer 2005. What I would like to do is be able to add users, but also specify which roles they...
2
by: guoqi zheng | last post by:
Dear sir, I am using the createUserWizard of ASP.NET 2.0. I am trying to add two extra fields to it. FirstName and LastName. However I did not find out how can get the value out of this two...
0
by: Nehpets | last post by:
I'm trying to setup a web site that uses active directory for user authentication under asp.net 2.0. For testing, I have separately installed two virtual servers. The first is a domain...
0
by: Avi | last post by:
A CreateUserWizard contorl receives new user details, adds the user to the database, tries to send a confirmation mail message and stops with a "System.FormatException: The specified string is not...
0
by: 515331Ja_ck3410 | last post by:
Is it possible to limit the USERID length to 10 caracters maximum? I'd like to test the limit from the VB script so I can react to it. There seems to be no event that would allow me to cut the...
0
by: mazdotnet | last post by:
Hello, I'm using the asp:CreateUserWizard on the bottom of a page with a search for users option on the top of the page. The issue that I'm running into is that everytime I add a new user and...
0
by: maflatoun | last post by:
Hello, I'm using the asp:CreateUserWizard on the bottom of a page with a search for users option on the top of the page. The issue that I'm running into is that everytime I add a new user and...
3
by: AAaron123 | last post by:
I'm using the asp:CreateUserWizard without templates and have what I want. One minor thing is the appearance of the text Sign Up for Your New Account which converts to Completed after the user...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.