G
Guest
I am using a custom provider for an ASP.NET 2.0 application using SQL Server
2005 store. I need to allow passwords that do not contain non-alphanumeric
characters. I am try to set the minRequiredNonAlphanumericCharacteres to
zero. I have set up a provider in the web.config file and when I try to
create a user in WAT I get a message that the
minRequiredNonAlphanumericCharacters attribute is not recognized. Also, when
I try to enter a password that includes such a character, like an underscore,
it is not accepted.
How can I resolve these problems? My users will not want to deal with
non-alphanumeric characters in passwords.
2005 store. I need to allow passwords that do not contain non-alphanumeric
characters. I am try to set the minRequiredNonAlphanumericCharacteres to
zero. I have set up a provider in the web.config file and when I try to
create a user in WAT I get a message that the
minRequiredNonAlphanumericCharacters attribute is not recognized. Also, when
I try to enter a password that includes such a character, like an underscore,
it is not accepted.
How can I resolve these problems? My users will not want to deal with
non-alphanumeric characters in passwords.