Email verification template changes (#1667)
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user