From 9b007bdcc6cff8f479fdd8f83816e6589d6cc668 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 15 Aug 2024 12:24:56 -0500 Subject: Improve the messaging in the UI. --- gn_auth/templates/users/unverified-user.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gn_auth/templates/users/unverified-user.html') 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')}}"> Email Verification -

Your email is not verified. We do require that you do.

+

If you are seeing this, your account needs to be verified.

-

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 "Verify Email Address" button to verify your - account.

+

An email with a verification token has already been sent to the address + associated with this account ({{email}}). Please provide that + verification token below and click the "Verify Email Address" + button to verify your account.

-- cgit v1.2.3