Skip to content

fortedigital/EpiserverPasswordReset

Repository files navigation

Reset password notification plugin for EPiServer

This plugin lets you send email notifications/reminders to users to reset their passwords.

Usage:

  1. 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
  2. Configure your dependency injection container:
    Add implementation of IResetPasswordEmailTemplate interface to DI container. You can use provided default template or create your own.
  3. Use SendResetPasswordMail method located in ResetPasswordModule on user you wish to remind of password reset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published