-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.2: Can now send notification emails to admin users.
- Loading branch information
Simon Champion
committed
Feb 6, 2017
1 parent
786417f
commit 5fc0446
Showing
5 changed files
with
113 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
; @package NotifyActivation | ||
; @language English | ||
; @version 1.0.0 | ||
; @author Simon Champion | ||
; @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html | ||
|
||
PLG_USER_NOTIFYACTIVATION_NAME="User - NotifyActivation" | ||
|
||
PLG_USER_NOTIFYACTIVATION_EMAIL_ACTIVATION_NOTIFICATION_TO_ADMIN_BODY="Hello administrator,\n\nThis is to notify you of an account activation at %s.\nThe account in question is now fully activated and can be used to log into the site.\nThis email contains their details:\n\n Name : %s \n email: %s \n Username: %s \n\nThis is a notification email only; you do not need to do any further action.\n" | ||
PLG_USER_NOTIFYACTIVATION_EMAIL_ACTIVATION_NOTIFICATION_TO_ADMIN_SUBJECT="Account activation notification of %s at %s" | ||
|
||
PLG_USER_NOTIFYACTIVATION_EMAIL_ACTIVATION_NOTIFICATION_TO_USER_BODY="Hello %s,\n\nYour account has been activated by an administrator. You can now login at %s using the username %s and the password you chose while registering." | ||
PLG_USER_NOTIFYACTIVATION_EMAIL_ACTIVATION_NOTIFICATION_TO_USER_SUBJECT="Account activated for %s at %s" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters