about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-08-15 12:24:56 -0500
committerFrederick Muriuki Muriithi2024-08-15 12:24:56 -0500
commit9b007bdcc6cff8f479fdd8f83816e6589d6cc668 (patch)
tree217bbe5a604b00b2a562d8fbef078e020835ebdf
parent7d33224f80ea789b6855947740c7ae2b892aea40 (diff)
downloadgn-auth-9b007bdcc6cff8f479fdd8f83816e6589d6cc668.tar.gz
Improve the messaging in the UI.
-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}}" />