-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send email to user after activation by administrator.
- Loading branch information
wlorenzetti
committed
Sep 22, 2023
1 parent
e8a3379
commit 451d2da
Showing
4 changed files
with
57 additions
and
1 deletion.
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
9 changes: 9 additions & 0 deletions
9
g3w-admin/usersmanage/templates/django_registration/activated_by_admin_email_body.txt
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,9 @@ | ||
|
||
Dear {{user.username}}, | ||
|
||
your profile was activated by administrators. | ||
|
||
Now you can make the login! | ||
|
||
{{ scheme }}://{{ site }}{% url 'login' %} | ||
|
1 change: 1 addition & 0 deletions
1
g3w-admin/usersmanage/templates/django_registration/activated_by_admin_email_subject.txt
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 @@ | ||
[G3W-SUITE] {{user.username}} your profile is active. |
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