add notifications for mail and password changes
update and shorten some other message templatesmaster
parent
d029e18976
commit
ef514bc4bd
@ -0,0 +1,10 @@
|
||||
<!-- $BeginBlock message -->
|
||||
Hello, ${LOGIN}.
|
||||
|
||||
Your mail address for this Tiny Tiny RSS instance has been changed to ${NEWMAIL}.
|
||||
|
||||
If you haven't requested this change, consider contacting your instance owner or resetting your password.
|
||||
|
||||
--
|
||||
Sent by tt-rss mailer daemon at ${TTRSS_HOST}.
|
||||
<!-- $EndBlock message -->
|
@ -0,0 +1,10 @@
|
||||
<!-- $BeginBlock message -->
|
||||
Hello, ${LOGIN}.
|
||||
|
||||
Your password for this Tiny Tiny RSS instance has been changed.
|
||||
|
||||
If you haven't requested this change, consider contacting your instance owner.
|
||||
|
||||
--
|
||||
Sent by tt-rss mailer daemon at ${TTRSS_HOST}.
|
||||
<!-- $EndBlock message -->
|
@ -1,9 +0,0 @@
|
||||
<!-- $BeginBlock message -->
|
||||
Hello, ${LOGIN}.
|
||||
|
||||
Your password for this Tiny Tiny RSS installation has been reset.
|
||||
|
||||
Your new password is ${NEWPASS}, please remember it for later reference.
|
||||
|
||||
Sincerely, Tiny Tiny RSS Mail Daemon.
|
||||
<!-- $EndBlock message -->
|
Loading…
Reference in New Issue