mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:46:00 +00:00
add notifications for mail and password changes
update and shorten some other message templates
This commit is contained in:
@@ -11,4 +11,5 @@ ${FEED_TITLE}
|
||||
<!-- $EndBlock feed -->
|
||||
--
|
||||
To unsubscribe, visit your configuration options or contact instance owner.
|
||||
Sent by tt-rss mailer daemon at ${TTRSS_HOST}.
|
||||
<!-- $EndBlock digest -->
|
||||
|
||||
@@ -14,5 +14,7 @@
|
||||
<!-- $EndBlock feed -->
|
||||
|
||||
<hr>
|
||||
<em>To unsubscribe, visit your configuration options or contact instance owner.</em>
|
||||
|
||||
<em>To unsubscribe, visit your configuration options or contact instance owner.</em><br/>
|
||||
<em>Sent by tt-rss mailer daemon at ${TTRSS_HOST}.</em>
|
||||
<!-- $EndBlock digest -->
|
||||
|
||||
@@ -12,5 +12,5 @@ Thought I'd share the following with you:
|
||||
<!-- $EndBlock article -->
|
||||
|
||||
--
|
||||
This message has been sent by Tiny Tiny RSS installation at ${TTRSS_HOST}.
|
||||
Sent by Tiny Tiny RSS mailer daemon at ${TTRSS_HOST}.
|
||||
<!-- $EndBlock email -->
|
||||
|
||||
10
templates/mail_change_template.txt
Normal file
10
templates/mail_change_template.txt
Normal file
@@ -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 -->
|
||||
10
templates/password_change_template.txt
Normal file
10
templates/password_change_template.txt
Normal file
@@ -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 -->
|
||||
@@ -10,5 +10,6 @@ Please note that the above link will only be valid for the next 15 minutes.
|
||||
|
||||
If you don't want to reset your password, ignore this message.
|
||||
|
||||
Sincerely, Tiny Tiny RSS Mail Daemon.
|
||||
--
|
||||
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 -->
|
||||
Reference in New Issue
Block a user