Add Support PIN UI functionality
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 |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
As User:
- Once logged in, click your user avatar > Preferences > Account
- Click
Generate New PIN
button.
As Administrator:
- Access Admin Area > Users
- Click on User with PIN generated
Edited by Michael Trainor