How to not use ASP.Net Membership Security Question and Answer for custom password recovery?
- 阅读更多 关于 How to not use ASP.Net Membership Security Question and Answer for custom password recovery?
问题 I don't want to have the security question and answer feature that ASP.Net Membership Provider gives, but I DO want to enable a lost/forgotten password page. This page would be where a user would enter his/her email address and an email would be sent to that address if the user was registered for them to reset their password via a link sent to that registered email address I've created the custom table to track such requests, the random key assigned to the request as well as an expiry date on