adapt_authoring
adapt_authoring copied to clipboard
Send email notification on user password/email change
Affected Area
User profile page
Requested Feature
It would be nice to inform the user of any key changes like this in case of any malicious activity (mailing the old email account in the case of an email change).
Update: we already attempt to send an email on a manual password change: https://github.com/adaptlearning/adapt_authoring/blob/f5adc195cc8c5a3a3ba42fb1bc9ed3d169f5e711/lib/usermanager.js#L819-L825 Although this 'change password' functionality is now only available when SMTP is disabled so it would never actually send.
Nothing similar for a username/email change AFAIK.