ChangePasswordFailure ..ChangePassword 控件
每次我尝试将密码更改为任何其他密码时。它使我的密码(新密码和确认密码)无效。然后出现 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论