From f771a422c3b19c276fa850e4ebdfe47575122f4d Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:34:28 -0500 Subject: [PATCH] feat: DES-2700 Improve Login Support Page (#1324) * feat: DES-2700 improve login support ux * feat: DES-2700 style login support page * feat: DES-2700 new html for logins upport page --- .../apps/accounts/password_reset.html | 55 +++++++++++++++++-- designsafe/static/styles/variables.css | 1 + 2 files changed, 51 insertions(+), 5 deletions(-) diff --git a/designsafe/apps/accounts/templates/designsafe/apps/accounts/password_reset.html b/designsafe/apps/accounts/templates/designsafe/apps/accounts/password_reset.html index 13f4614d50..a29a07e6ed 100644 --- a/designsafe/apps/accounts/templates/designsafe/apps/accounts/password_reset.html +++ b/designsafe/apps/accounts/templates/designsafe/apps/accounts/password_reset.html @@ -1,13 +1,58 @@ {% extends "base.html" %} -{% load bootstrap3 %} +{% load bootstrap3 sekizai_tags %} -{% block title %}Password Reset{% endblock %} +{% block title %}Account Help{% endblock %} {% block content %}
-

Password Reset

- To reset your password, go here: - TACC Password Reset +
+
+

Account Help

+
+

Forgot your Credentials?

+
+
+

Password Reset

+

To reset your password, go to accounts.tacc.utexas.edu/forgot_password, enter your username or email address that is associated with your user account, and you will receive an email with a password reset link.

+
+
+

Request Username

To request your username, go to accounts.tacc.utexas.edu/forgot_username, enter the email address that is associated with your user account, and you will receive an email with your username. +
+
+
+
+

Reactivate Your Account

+

If you receive an Authentication Failed error when logging in, and you are confident that you have entered the correct password for your account, then it is likely that you need to Reactivate Account due to your account being Deactivated due to more than 120 days having passed since you last logged in. To reactivate your account:

+
    +
  1. Log in at accounts.tacc.utexas.edu.
  2. +
  3. Request an activation link via accounts.tacc.utexas.edu/activate.
  4. +
  5. You will receive an email at the email address associated with your user account with instructions for account reactivation.
  6. +
+
+
+

Request an Account

+

Any natural hazards researcher or practitioner that wants an environment to store, analyze, curate, publish, and discover data with a community of peers may register for an account. Request a user account, and then follow the instructions in the email you receive to complete setting up your account. You will then be able to log in to DesignSafe. A DesignSafe account is a TACC user account, so you will sometimes see emails from TACC and URLs that take you to the TACC domain tacc.utexas.edu.

+
+
+
+

Additional Login Support

+

If you are having trouble logging in, go to accounts.tacc.utexas.edu/login_support, enter the email address (username optional) that is associated with your user account, and a staff member will reach out.

+
+
{% endblock %} + +{% block styles %} +{# To mimic inline CSS plus override from "CSS: A11y: Color Contrast" snippet #} +{# https://www.designsafe-ci.org/admin/djangocms_snippet/snippet/11/change #} + +{% endblock %} diff --git a/designsafe/static/styles/variables.css b/designsafe/static/styles/variables.css index 334d51cba7..6cb9e46c01 100644 --- a/designsafe/static/styles/variables.css +++ b/designsafe/static/styles/variables.css @@ -1,5 +1,6 @@ :root { --ds-accent-color: #47a59d; + --ds-accent-color--dark: #37817B; --ds-active-color: #337AB7; /* Primary (Text, Layout) */