Re: ASP.NET Configuration



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/




.



Relevant Pages

  • Re: Disabling ASP.net 2.0 Membership
    ... web admin tool to configure settings for your application. ... the Website->Asp.Net Configuration option in Visual Studio. ... There are two primary reasons for creating a custom membership provider. ... I also don't want to undertake a migration from my Commerce Server ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: problem with web.config when using roles
    ... When the application doesn't use Roles, this configuration ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: problem with web.config when using roles
    ... When the application doesn't use Roles, this configuration ...
    (microsoft.public.dotnet.framework.aspnet)
  • problem with web.config when using roles
    ... When the application doesn't use Roles, this configuration ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: 2.0: ASP.NET Configuration
    ... I used ASP.NET Configuration to create a user, ... You need to modify your web.config. ...
    (microsoft.public.dotnet.framework.aspnet)