From 98d37dfe2136c816d06ae34b76ee4abc44229258 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 21 May 2018 22:46:48 +0100 Subject: Add note about verification email --- app/templates/users/user_profile_page.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index e5bd127..f1ee6b5 100644 --- a/app/templates/users/user_profile_page.html +++ b/app/templates/users/user_profile_page.html @@ -81,6 +81,7 @@ {% if user.checkPerm(current_user, "CHANGE_EMAIL") %} {{ render_field(form.email, tabindex=240) }} + We'll send you an email to verify it if changed. {% endif %} {% if user.checkPerm(current_user, "CHANGE_RANK") %} -- cgit v1.2.3