Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Should you ever lose your phone, U2F device or access to your one-time secret password, we provide two possible solutions to reset an administrator account:

1 Solution. Another administrator may log in and reset the 2FA settings for the colleague using instructions here.

2 Solution. Reset 2FA settings directly by accessing the database:

Step 1. Connect to your database using a database management tool as described in the Database connection fields.

Step 2. Identify the Auth2FA table in your database. This table is named AUTHPLUGIN_Auth2FA.

Step 3. Execute SQL script where the user is your username in Jira:

DELETE FROM PUBLIC.AUTHPLUGIN_Auth2FA WHERE userid IN (SELECT ID FROM APP_USER WHERE USER_KEY = 'user');

  • No labels