Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Image RemovedImage Added

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');