How to disable 2fa for a certain staff user

If you want to disable two factor authentication for a certain staff user you need to enable and access django admin. For this see Django admin.

After that, you need to navigate to django admin url (that should be your backend url + django admin url prefix) and authenticate with a super admin user.

Go to “FLEIO CORE APP/Second factor auth methods” and locate the entry for the user you want to disable it and uncheck “Enabled” checkbox then save it.

Now you should be able to login into Fleio without having to verify the second factor authentication.