473,386 Members | 1,812 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,386 software developers and data experts.

how to change password restriction in CreateUserWizard?

Hi,

I want to set up the password length to 5 and no non-alphanumeric
chararcters required, and obviously change the error text in the
CreateUserWizard in case of wrong password, instead of the standard rule
(Password length minimum: 7. Non-alphanumeric characters required: 1). Is
that possible? I know the security is then lower, but it's all a matter of
relationship between security and easyness.

Thanks for help
Dan
Feb 9 '07 #1
3 8040
We can change the alphanumeric password requirements in the web.config file
membership provider settings [1]. For the most part the canned 2.0 controls
have to be ripped apart to use their templates for other modifications.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h

[1]
http://msdn.microsoft.com/library/de...ovMod_Prt1.asp
"André" <sv*@sdv.sdwrote in message
news:uN**************@TK2MSFTNGP05.phx.gbl...
Hi,

I want to set up the password length to 5 and no non-alphanumeric
chararcters required, and obviously change the error text in the
CreateUserWizard in case of wrong password, instead of the standard rule
(Password length minimum: 7. Non-alphanumeric characters required: 1). Is
that possible? I know the security is then lower, but it's all a matter of
relationship between security and easyness.

Thanks for help
Dan


Feb 9 '07 #2
Dan
Thanks

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comschre ef in bericht
news:uX**************@TK2MSFTNGP06.phx.gbl...
We can change the alphanumeric password requirements in the web.config
file membership provider settings [1]. For the most part the canned 2.0
controls have to be ripped apart to use their templates for other
modifications.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h

[1]
http://msdn.microsoft.com/library/de...ovMod_Prt1.asp
"André" <sv*@sdv.sdwrote in message
news:uN**************@TK2MSFTNGP05.phx.gbl...
>Hi,

I want to set up the password length to 5 and no non-alphanumeric
chararcters required, and obviously change the error text in the
CreateUserWizard in case of wrong password, instead of the standard rule
(Password length minimum: 7. Non-alphanumeric characters required: 1). Is
that possible? I know the security is then lower, but it's all a matter
of
relationship between security and easyness.

Thanks for help
Dan



Feb 10 '07 #3
Dan
thanks

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comschre ef in bericht
news:uX**************@TK2MSFTNGP06.phx.gbl...
We can change the alphanumeric password requirements in the web.config
file membership provider settings [1]. For the most part the canned 2.0
controls have to be ripped apart to use their templates for other
modifications.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h

[1]
http://msdn.microsoft.com/library/de...ovMod_Prt1.asp
"André" <sv*@sdv.sdwrote in message
news:uN**************@TK2MSFTNGP05.phx.gbl...
>Hi,

I want to set up the password length to 5 and no non-alphanumeric
chararcters required, and obviously change the error text in the
CreateUserWizard in case of wrong password, instead of the standard rule
(Password length minimum: 7. Non-alphanumeric characters required: 1). Is
that possible? I know the security is then lower, but it's all a matter
of
relationship between security and easyness.

Thanks for help
Dan



Feb 10 '07 #4

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

Similar topics

2
by: Christian Carlsen | last post by:
Hello, I need to validate a password: In order for the password to be accepted the following requirements must be met: At least one uppercase character (position in password is irrelevant) At...
3
by: VB Programmer | last post by:
Right now, if you use the CreateUserWizard for ASP.NET 2.0 a valid password is this: Password length minimum: 7. Non-alphanumeric characters required: 1. How do I change it so that a valid...
2
by: Learner | last post by:
Hello, I have defined another textbox control in the CreateUserWizard control and this is how I am trying to get the value of it in the code behind page is below im myStep As...
2
by: Dabbler | last post by:
I've setup a page for administrators to create user accounts, with AutoGeneratePassword="true" but the generated passwords are too complex.. for instance: D$WtUB+YL I just need letters, one...
2
by: hardieca | last post by:
Hi! I have a CreateUserWizard control with the usual suspects of validators. As you're probably aware, each validator is associated with one of CreateUserWizard's child controls. When a user...
1
by: Ben | last post by:
Hi, When an anonymous user has created an new account (with the CreateUserWizard control), i want to let asp.net generate a password and to send it to the address of the email provided by the...
0
by: vincent90152900 | last post by:
I like to Customize the layout of a CreateUserWizard component and I would like to chnge the “Create User” button to an ImageButton. How to do that? Following is my codes. ...
0
by: asumal | last post by:
Hello I am new to ASP.NET. I am using CreateUserWizard control to register & create a user. I am using Membership API. I have a Cancel button on the CreateUserWizard step 2 alongwith Create User ...
6
by: AAaron123 | last post by:
I'm using the CreateUserWizard Web Server Control The error message when the passwords do not match is colored red. Red does not show well against my background so I like to change that color. I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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,...

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.