Email verification template changes (#1667)

This commit is contained in:
Hugh Nimmo-Smith
2023-09-01 13:20:23 +01:00
committed by GitHub
parent d3df659640
commit 75485ba97c
3 changed files with 5 additions and 12 deletions

View File

@@ -14,10 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
#}
Hi <b>{{ user.username }}</b>,<br />
Hello {{ user.username }},<br />
<br />
your email verification code is:
<br />
<strong>{{ verification.code }}</strong><br />
<br />
kthxbye
Your verification code to confirm this email address is: <strong>{{ verification.code }}</strong><br />

View File

@@ -14,4 +14,4 @@ See the License for the specific language governing permissions and
limitations under the License.
#}
Your auth service verification code is: {{ verification.code }}
Your email verification code is: {{ verification.code }}

View File

@@ -14,10 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
#}
Hi {{ user.username }},
your email verification code is:
Hello {{ user.username }},
{{ verification.code }}
kthxbye
Your verification code to confirm this email address is: {{ verification.code }}