Skip to content

Update devise initializer to turn on changed password notification emails

What does this MR do?

This MR enables the setting for devise to send notification emails when a user changes their password.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

No notification email was previously sent when a user changed their passwords. This is also good security practice to notify a user incase they personally didn't change the password.

What are the relevant issue numbers?

#19181 (closed)

Screenshots (if relevant)

Changed Password Notification Email

Does this MR meet the acceptance criteria?

Merge request reports