This plugin lets you send email notifications/reminders to users to reset their passwords.
Usage:
- Make sure your project is set up to use ASP.NET Identity OWIN authentication:
https://world.episerver.com/documentation/developer-guides/CMS/security/episerver-aspnetidentity/
Microsoft Docs on this topic: https://docs.microsoft.com/en-us/aspnet/identity/overview/getting-started/adding-aspnet-identity-to-an-empty-or-existing-web-forms-project - Configure your dependency injection container:
Add implementation ofIResetPasswordEmailTemplate
interface to DI container. You can use provided default template or create your own. - Use
SendResetPasswordMail
method located inResetPasswordModule
on user you wish to remind of password reset.