Connecting Tech Pros Worldwide Help | Site Map

how to change password restriction in CreateUserWizard?

André
Guest
 
Posts: n/a
#1: Feb 9 '07
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


clintonG
Guest
 
Posts: n/a
#2: Feb 9 '07

re: how to change password restriction in CreateUserWizard?


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é" <svs@sdv.sdwrote in message
news:uNhCogGTHHA.3500@TK2MSFTNGP05.phx.gbl...
Quote:
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
>
>

Dan
Guest
 
Posts: n/a
#3: Feb 10 '07

re: how to change password restriction in CreateUserWizard?


Thanks

"clintonG" <csgallagher@REMOVETHISTEXTmetromilwaukee.comschre ef in bericht
news:uXcS$yHTHHA.5060@TK2MSFTNGP06.phx.gbl...
Quote:
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é" <svs@sdv.sdwrote in message
news:uNhCogGTHHA.3500@TK2MSFTNGP05.phx.gbl...
Quote:
>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
>>
>>
>
>

Dan
Guest
 
Posts: n/a
#4: Feb 10 '07

re: how to change password restriction in CreateUserWizard?


thanks

"clintonG" <csgallagher@REMOVETHISTEXTmetromilwaukee.comschre ef in bericht
news:uXcS$yHTHHA.5060@TK2MSFTNGP06.phx.gbl...
Quote:
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é" <svs@sdv.sdwrote in message
news:uNhCogGTHHA.3500@TK2MSFTNGP05.phx.gbl...
Quote:
>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
>>
>>
>
>

Closed Thread