Skip to content

Fix the color of the unlock user success alert

Peter Hegman requested to merge peterhegman/fix-unlock-user-success-alert into master

📖 What does this MR do?

When a user has 10 unsuccessful sign in attempts their account is locked. An admin can unlock their account from the admin area. This MR fixes the color of the Successfully unlocked alert that is shown after an admin unlocks a user.

💻 How to setup and validate locally

  1. Create a test user
  2. Try and sign in with an invalid password 10 times with the test user
  3. Sign in as an admin and navigate to Menu -> Admin -> Users -> test user
  4. Click Unlock in the User administration dropdown

📷 Screenshots

Before After
Screen_Shot_2021-08-12_at_9.03.16_AM Screen_Shot_2021-08-12_at_9.00.15_AM

🚦 Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Peter Hegman

Merge request reports