I używać the ASP.NET Członkostwo dostawca i am zagadnienie z nowy userids dokąd the hasło wymagać Nowy Aplha Numberic charakter. W the web.confilg I mieć ten parametr ustawiać (0), minRequiredNonalphanumericCharacters= " (0) ", Ale ono wciąż wymagać Wciąż Aplha Numberic charakter. Jak I obracać web.config daleko, the klient chcieć ten requirement.
Here być the cały członkostwo config w mój web.config:
enablePasswordRetrieval= " true" enablePasswordReset= " prawdziwy " requiresQuestionAndAnswer= " prawdziwy" requiresUniqueEmail= " prawdziwy " passwordFormat= " Jasny" maxInvalidPasswordAttempts= " 5" passwordAttemptWindow= " 10 " minRequiredPasswordLength= " 5" minRequiredNonalphanumericCharacters= " (0)" name= " MyMembershipProvider" type= " System.Web.Security.SqlMembershipProvider, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
|