ASP.NET 会员资格由用户和管理员自定义更改密码
我仍在搜索 StackOverFlow 以及内胎,但尚未找到我需要做什么的示例。
如果用户忘记了密码并且正确回答了提醒问题,则会向用户显示两个用于输入新密码的表单字段;不通过电子邮件发送或显示随机生成的密码。
如果用户致电支持中心,管理员可以更改密码、提醒问题和答案。
谢谢,
詹姆斯
I am still searching StackOverFlow as well as the innertubes but have not found an example of what I need to do.
If an user has forgotten their password and they correctly answer their reminder question, the user is shown two form fields for entering a new password; Not Emailing or displaying a random generated password.
If the user calls the support center, an admin can change the password, the reminder question and the answer.
Thanks,
James
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用此代码:
这只是首先重置密码,然后将其更改为新密码,您不需要知道重置的中间密码
just use this code:
this simply first resets the password and then changes it to the new password, you don't need to know the reseted intermediate password