[extensions-web] user settings: add blurb about email/account removal



commit 4884a2beda2c2b045a03c86a67fc482e7a84fd22
Author: Andy Holmes <andrew g r holmes gmail com>
Date:   Wed Aug 24 12:23:42 2022 -0700

    user settings: add blurb about email/account removal
    
    Add a note about the current redesign, with a link to the repository
    issues for users that need e-mail change or account removal.

 sweettooth/auth/templates/profile/settings.html | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/sweettooth/auth/templates/profile/settings.html b/sweettooth/auth/templates/profile/settings.html
index c1a5c32..da41e14 100644
--- a/sweettooth/auth/templates/profile/settings.html
+++ b/sweettooth/auth/templates/profile/settings.html
@@ -4,4 +4,15 @@
   <ul>
     <li> <a href="{% url 'password_change' %}">Change your password</a> </li>
   </ul>
+
+  <h3> Other Options </h3>
+  <p>
+    This website is currently undergoing a redesign, which includes more
+    settings for accounts. We appreciate your patience while work continues.
+  </p>
+  <p>
+    If you require your e-mail address to be changed or your account to be
+    closed, please <a href="https://gitlab.gnome.org/Infrastructure/extensions-web/issues/new";>open an 
issue</a>
+    in the project repository.
+  </p>
 {% endblock %}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]