Handle the confirmation codes to validate user emails.
This commit is contained in:
parent
5508402bb7
commit
32581c0621
4 changed files with 32 additions and 14 deletions
|
@ -8,7 +8,7 @@ This email address was recently used to register the username '%s'
|
|||
at <a href="http://quay.io">Quay.io</a>.<br>
|
||||
<br>
|
||||
To confirm this email address, please click the following link:<br>
|
||||
<a href="http://quay.io/confirm?token=%s">http://quay.io/confirm?token=%s</a>
|
||||
<a href="http://quay.io/confirm?code=%s">http://quay.io/confirm?code=%s</a>
|
||||
"""
|
||||
|
||||
|
||||
|
|
Reference in a new issue