Skip to content

Change layout of update password page

Austin Regnery requested to merge aregnery-polish-udpate-password into master

What does this MR do and why?

Adjusts the layout and UI text of the update password page. Presently, the navigation sidebar will appear, but it will not allow the user to go anywhere else until the password has been updated. This changes removes unusable features to keep the user focused on the task at hand. To prevent the user from getting stuck, a sign out link has been added.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
User_settings_password_new_XL__2<span data-escaped-char><span data-escaped-char><span data-escaped-char><span data-escaped-char><span data-escaped-char><span data-escaped-char><span data-escaped-char><span data-escaped-char><span data-escaped-char>_</span></span></span></span></span></span></span></span></span> User settings password new XL (12).png

How to set up and validate locally

  1. Log in as an Administrator
  2. Go the Admin Area and create a new user /admin/users/new
  3. Edit the created user, and add a password manually
  4. Sign out
  5. Sign in as the new user
  6. Test the page
    1. Use the Sign out button
    2. Try making it fail
    3. Update the password
Edited by Austin Regnery

Merge request reports