Question about ChangePassword control
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hello,
I use in ChangePassword web control. The control is connected with a
Membership provider that I also has defined.
Particularly, there is such property in the provider:
MinRequiredPasswordLength
As far as I understood this property should control automatically length of
of new password that was inputed by user in the control. But it didn't do
it. For example, I defined MinRequiredPasswordLength=3, but I succeed to
input and change password of any length. So what is expected behavior of the
control? How should I use this property and others such as
maxInvalidPasswordAttempts and so on?
Thank you
Evgeny
.
Relevant Pages
- Re: CreateUserWizard Control
... The tables created by the Membership Provider are not meant to be extended. ... you can adds more steps to collect this additional data then handle the CreateUserWizard.CreatingUser or CreateUserWizard.CreatedUser events to save the extra data to the Profile. ... I am using the CreateUserWizard Control of ASP.NET 2.0 for user ... and also how can i save that data to mysql database instead of Access. ... (microsoft.public.dotnet.framework.aspnet.webcontrols) - Re: Using login alias in Membership Provider
... Dominick Baier, DevelopMentor ... the ASP.NET app, but I am just writing the provider. ... or with the Login control: ... So are you using the AD membership provider currently? ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Question about ChangePassword control
... >I use in ChangePassword web control. ... >Membership provider that I also has defined. ... A minimum password length of 3 would not be advisable. ... (microsoft.public.dotnet.framework.aspnet) - Re: Question about ChangePassword control
... >>I use in ChangePassword web control. ... >>Membership provider that I also has defined. ... A minimum password length of 3 would not be advisable. ... (microsoft.public.dotnet.framework.aspnet) - Question about ChangePassword control
... I use in ChangePassword web control. ... Membership provider that I also has defined. ... input and change password of any length. ... (microsoft.public.dotnet.framework.aspnet.webcontrols) |
|