mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 14:49:01 +02:00
Merge pull request #1943 from overleaf/jel-send-pw-changed-email
Send password changed email GitOrigin-RevId: f80fb21bcb5ec16fc51cc3bd8b40307406526ed1
This commit is contained in:
committed by
sharelatex
parent
95a7069178
commit
d07a46c51b
@@ -233,6 +233,20 @@ If you didn't request a password reset, let us know.\
|
||||
}
|
||||
})
|
||||
|
||||
templates.passwordChanged = NoCTAEmailTemplate({
|
||||
subject(opts) {
|
||||
return `Password Changed - ${settings.appName}`
|
||||
},
|
||||
title(opts) {
|
||||
return `Password Changed`
|
||||
},
|
||||
message(opts) {
|
||||
return `We're contacting you to notify you that your password has been set or changed.
|
||||
|
||||
If you have recently set your password for the first time, or if you just changed your password, you don't need to take any further action. If you didn't set or change your password, please contact us.`
|
||||
}
|
||||
})
|
||||
|
||||
templates.confirmEmail = CTAEmailTemplate({
|
||||
subject() {
|
||||
return `Confirm Email - ${settings.appName}`
|
||||
|
||||
Reference in New Issue
Block a user