Re: ASP.NET Configuration
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Tue, 6 Jun 2006 09:03:42 -0400
You can change those values in your application's web.config :
<system.web>
<membership>
<providers>
<clear/>
<add name="AspNetSqlMembershipProvider"
....snip...
minRequiredNonalphanumericCharacters="2"
minRequiredPasswordLength="12"
/>
</providers>
</membership>
</system.web>
Notice : I snipped off some properties in the "<add name... >" section,
so that the settings you are asking about would be clearly read.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"R.A.M." <r_ahimsa_m@xxxxxxxxxxxxxx> wrote in message
news:b56a829bd6dhij0fi06arq2tcof6rscajp@xxxxxxxxxx
Hello,
I used ASP.NET Configuration to create a user, but I don't like the
rules for password - "Password length minimum: 7. Non-alphanumeric
characters required: 1."
Can I change them? How?
Thank you very much for your answer(s)
/RAM/
.
- References:
- 2.0: ASP.NET Configuration
- From: R . A . M .
- 2.0: ASP.NET Configuration
- Prev by Date: Re: reading text file
- Next by Date: Website Showing Public and Private Information (Web Page Inheritance)
- Previous by thread: 2.0: ASP.NET Configuration
- Next by thread: Re: 2.0: ASP.NET Configuration
- Index(es):
Relevant Pages
|