How to disable 2FA for Confluence: U2F & TOTP whitelist by directly accessing the database?
Should you ever change your IP address, we provide a solution to disable whitelist :
Step 1. Connect to your database using a database management tool with the fields, as described in the Database connection fields.
Step 2. Execute the SQL script:
DELETE FROM BANDANA WHERE BANDANAKEY = 'authIpWhitelistEnable';