forked from TheThingsNetwork/lorawan-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request TheThingsNetwork#6627 from TheThingsNetwork/backpo…
…rt/3384-scrub-sensitive-info Backport updated email templates
- Loading branch information
Showing
12 changed files
with
14 additions
and
50 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
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
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 |
---|---|---|
@@ -1,11 +1,6 @@ | ||
Dear John Doe, | ||
|
||
A new user just registered on The Things Network. | ||
A new user with with ID foo-usr just registered on The Things Network. | ||
Since user registration requires admin approval, you need to approve this user before they can login. | ||
|
||
User ID: foo-usr | ||
Name: Foo User | ||
Description: Foo User Description | ||
Email Address: foo@example.com | ||
|
||
You can go to https://console.cloud.thethings.network/admin-panel/user-management/foo-usr to review this user in the Console. |
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
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 |
---|---|---|
@@ -1,11 +1,6 @@ | ||
Dear {{ .ReceiverName }}, | ||
|
||
A new user just registered on {{ .Network.Name }}. | ||
A new user with with ID {{ .User.Ids.IDString }} just registered on {{ .Network.Name }}. | ||
Since user registration requires admin approval, you need to approve this user before they can login. | ||
|
||
User ID: {{ .User.Ids.IDString }} | ||
Name: {{ with .User.Name }}{{ . }}{{ else }}(none){{ end }} | ||
Description: {{ with .User.Description }}{{ . }}{{ else }}(none){{ end }} | ||
Email Address: {{ with .User.PrimaryEmailAddress }}{{ . }}{{ else }}(none){{ end }} | ||
|
||
You can go to {{ .ConsoleURL }} to review this user in the Console. |
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