From 14b86749dfcb67309cea0f9a4f7accd90e15e1db Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Tue, 20 Oct 2020 18:02:52 +0200 Subject: [PATCH] add more precision on what is account email --- app/dashboard/templates/dashboard/setting.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index 51f2a6a4..c2ffef84 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -124,7 +124,8 @@ Profile
- This information will be filled in automatically when you use "Sign in with SimpleLogin" button. + This information will be filled in automatically when you use the + Sign in with SimpleLogin button.
@@ -154,11 +155,16 @@
- Email Address + Account Email
-
- - +
+ This email address is used to log in to SimpleLogin.
+ If you want to change the mailbox that emails are forwarded to, use the + + Mailboxes page + instead. +
+
{{ change_email_form.email(class="form-control", value=current_user.email, readonly=pending_email != None) }} {{ render_field_errors(change_email_form.email) }}