ChangePasswordFailure ..ChangePassword 控件

发布于 2024-11-09 16:47:03 字数 1482 浏览 4 评论 0原文

每次我尝试将密码更改为任何其他密码时。它使我的密码(新密码和确认密码)无效。然后出现 ChangePasswordFailureText。

我之前在配置文件中处理过这个问题,我只是更改了

  <add    
      name="MyMembershipProvider"     
      type="System.Web.Security.SqlMembershipProvider"   
      connectionStringName="LocalSqlServer"  
      minRequiredPasswordLength="2"     
      minRequiredNonalphanumericCharacters="0" />// This to 0 and it solved the problem
  </providers>

但是使用该控件,我不知道要更改什么,以使其接受新密码

<asp:ChangePassword ID="ChangePassword1" runat="server" 
    ChangePasswordButtonText="שנה סיסמה" ChangePasswordFailureText="סיסמה לא תקינה" 
    ChangePasswordTitleText="איפוס סיסמה" 
    ConfirmNewPasswordLabelText="הקלד את הסיסמה החדשה שוב:" 
    ConfirmPasswordCompareErrorMessage="הסיסמה החדשה והאימות שלה לא תואמים" 
    ConfirmPasswordRequiredErrorMessage="דרוש אימות של הסיסמה החדשה" 
    NewPasswordLabelText="סיסמה חדשה:" 
    NewPasswordRegularExpressionErrorMessage="בבקשה הכנס סיסמה שונה" 
    NewPasswordRequiredErrorMessage="דרושה סיסמה חדשה" PasswordLabelText="סיסמה:" 
    PasswordRequiredErrorMessage="יש צורך בסיסמה" SuccessText="סיסמתך שונתה" 
    SuccessTitleText="שינוי הסיסמה בוצע" UserNameLabelText="שם משתמש:" 
    UserNameRequiredErrorMessage="יש צורך בשם משתמש" CancelButtonText="בטל" 
    CancelDestinationPageUrl="~/Registration.aspx">
    <ValidatorTextStyle BorderColor="Red" />
</asp:ChangePassword>

*一些希伯来语文本,但这不应该是问题

Every time i try to change a password to any other password. It invalidates my passwords (the new password, and confirmed password).. and then the ChangePasswordFailureText appears.

I dealt with that problem before in the config file, i simply changed

  <add    
      name="MyMembershipProvider"     
      type="System.Web.Security.SqlMembershipProvider"   
      connectionStringName="LocalSqlServer"  
      minRequiredPasswordLength="2"     
      minRequiredNonalphanumericCharacters="0" />// This to 0 and it solved the problem
  </providers>

But with that control, i dont know what to change, to make it accept the new password

<asp:ChangePassword ID="ChangePassword1" runat="server" 
    ChangePasswordButtonText="שנה סיסמה" ChangePasswordFailureText="סיסמה לא תקינה" 
    ChangePasswordTitleText="איפוס סיסמה" 
    ConfirmNewPasswordLabelText="הקלד את הסיסמה החדשה שוב:" 
    ConfirmPasswordCompareErrorMessage="הסיסמה החדשה והאימות שלה לא תואמים" 
    ConfirmPasswordRequiredErrorMessage="דרוש אימות של הסיסמה החדשה" 
    NewPasswordLabelText="סיסמה חדשה:" 
    NewPasswordRegularExpressionErrorMessage="בבקשה הכנס סיסמה שונה" 
    NewPasswordRequiredErrorMessage="דרושה סיסמה חדשה" PasswordLabelText="סיסמה:" 
    PasswordRequiredErrorMessage="יש צורך בסיסמה" SuccessText="סיסמתך שונתה" 
    SuccessTitleText="שינוי הסיסמה בוצע" UserNameLabelText="שם משתמש:" 
    UserNameRequiredErrorMessage="יש צורך בשם משתמש" CancelButtonText="בטל" 
    CancelDestinationPageUrl="~/Registration.aspx">
    <ValidatorTextStyle BorderColor="Red" />
</asp:ChangePassword>

*Some text in Hebrew, but it shouldnt be an issue

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文