wishanddell/craft-accountnotify

There is no license information available for the latest version (1.0.0) of this package.

Notifies users when their account details are updated, such as email and password.

1.0.0 2024-05-06 17:17 UTC

This package is auto-updated.

Last update: 2025-01-06 18:57:13 UTC


README

Notify users when their account details are updated, such as email address, password, etc.

Installation

composer require wishanddell/craft-accountnotify

Field Comparisons

This plugin will compare all custom fields assigned to users via Crafts field layout + username, password, email and fullName.

Email Template

The email template can be customised by creating a file in your projects templates folder called _accountnotify.twig This template works like any other Craft twig template with the addition of the diff variable which is an array of field changes on the user.

See the default template in src/templates/_email.twig as a starting point.