Skip to content

Add Support PIN UI functionality

Michael Trainor requested to merge user-security-pin-ui into master

What does this MR do and why?

Add Support PIN UI functionality

  • Add Support PIN generation and retrieval in AccountsController
  • Display Support PIN in user profile and admin user view
  • Add route for generating new Support PIN
  • Implement UI for users to generate and view their Support PIN

This feature allows users to generate a Support PIN for authentication with the support team, enhancing security for support-related actions.

Changelog: added

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2025-01-06_at_9.33.17_am Screenshot_2025-01-06_at_9.30.41_am
Screenshot_2025-01-06_at_9.33.02_am Screenshot_2025-01-06_at_9.32.13_am

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

As User:

  1. Once logged in, click your user avatar > Preferences > Account
  2. Click Generate New PIN button.

As Administrator:

  1. Access Admin Area > Users
  2. Click on User with PIN generated
Edited by Michael Trainor

Merge request reports

Loading