使用 ASP.NET 2.0 Membership API 时是否可以更新 PasswordAnswer?
使用 ASP.NET 2.0 Membership API 时是否可以更新 PasswordAnswer?我想澄清的是,我并不是试图更改密码,而是尝试为用户提供更新他们在注册时指定的安全问题和安全答案的选项。
Is there a way to update the PasswordAnswer when using the ASP.NET 2.0 Membership API? I want to be clear, I'm not trying to change the password, but rather I'm trying the give the user the option to update the Security Question and Security Answer they specified when enrolling.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MembershipProvider 基类有一个名为 ChangePasswordQuestionAndAnswer 的可重写方法。您可以使用它来更改安全问题和答案。签名看起来像这样:
The base MembershipProvider class has an overridable method called ChangePasswordQuestionAndAnswer. You can use this to change the security question and answer. The signature looks like so: