aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/templates
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/templates')
-rw-r--r--gn_auth/templates/users/unverified-user.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/gn_auth/templates/users/unverified-user.html b/gn_auth/templates/users/unverified-user.html
index 5005555..fcd34ad 100644
--- a/gn_auth/templates/users/unverified-user.html
+++ b/gn_auth/templates/users/unverified-user.html
@@ -16,12 +16,12 @@
action="{{url_for('oauth2.users.verify_user')}}">
<legend>Email Verification</legend>
- <p>Your email is not verified. We do require that you do.</p>
+ <p>If you are seeing this, your account needs to be verified.</p>
- <p>Since you are seeing this, it means an email was sent to you with a
- verification token, that you are expected to provide below. Please do that
- and click the "<em>Verify Email Address</em>" button to verify your
- account.</p>
+ <p>An email with a verification token has already been sent to the address
+ associated with this account (<em>{{email}}</em>). Please provide that
+ verification token below and click the "<em>Verify Email Address</em>"
+ button to verify your account.</p>
<input type="hidden" name="email" value="{{email}}" />
<input type="hidden" name="response_type" value="{{response_type}}" />