From 4a184423abd9c5df2588af8ba3070a45c91bd907 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 15 Sep 2021 07:41:22 +0200 Subject: [PATCH] fd --- files/templates/settings_security.html | 140 +++++++++++++------------ 1 file changed, 73 insertions(+), 67 deletions(-) diff --git a/files/templates/settings_security.html b/files/templates/settings_security.html index a42ec6519..a599985b1 100644 --- a/files/templates/settings_security.html +++ b/files/templates/settings_security.html @@ -12,6 +12,79 @@
+ + +

Email

+ +

Change the email address used to sign in to your account.

+ +
+ +
+ + +
+ +
+ + + +
+ + + {% if v.email and not v.is_activated %} +
Email not verified. You will not be able to recover your account with this email until you verify it. Verify now.
+ {% elif not v.email %} +
Add an email to secure your account in case you forget your password.
+ {% endif %} + +
+ +
+ +
+ + + +
+ + + + Password required to update your email. + +
+ +
+ + Password required to update your email. + +
+ + + +
+ +
+ + + + +

Password

Change your account password.

@@ -88,73 +161,6 @@
-

Email

- -

Change the email address used to sign in to your account.

- -
- -
- - -
- -
- - - -
- - - {% if v.email and not v.is_activated %} -
Email not verified. You will not be able to recover your account with this email until you verify it. Verify now.
- {% elif not v.email %} -
Add an email to secure your account in case you forget your password.
- {% endif %} - -
- -
- -
- - - -
- - - - Password required to update your email. - -
- -
- - Password required to update your email. - -
- - - -
- -
-

Two-Factor Authentication