Skip to main content
Skip table of contents

New permission that allows admin users to reset PINs

Overview

The main purpose of this feature is to allow users to reset their PIN within the UI if they have forgotten their original PIN. Access to this functionality is limited by a newly introduced permission.

Functional aspects

A button has been introduced on the right side panel action:

image-20240329-091850.png

The result of the reset button is to open a new dialog box (similar with lost mode):

The channel to send this pin can be configured to Verbal, SMS or Email (a new notification template has been added - “RESET_INDIVIDUAL_PIN”).

Screenshot 2024-02-13 at 13.57.39.png

For the modal channel delivery type, we also implemented in the Orchestrator - > Authentication methods - > Pin a code delivery option configuration:

Screenshot 2024-02-13 at 13.59.42.png


An example of template for the notification:

<title> Individual PIN was reset</title>
<body> Your individual PIN was reset by the admin. Your new PIN is ${params.newPIN} and will expire in ${params.newPINExpiryDays} days.</body>

The server will generate a temporary PIN and send it directly to the user. Once issued, users with the temporary PIN will have full access to all features. The objective for users with temporary PINs is to change the PIN on the first use of it.

The new permission that will grand the power to reset the PIN for a identity can be separately added to the desired group (eg TechSupport) and the Administrators and AppAdmins will have this permission integrated. Those that have the new permission will be able to see the reset action button and click on it.

Screenshot 2024-01-29 at 10.35.07.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.