Fix PHP and blank screen
De-activate Akeeba admin
De-active Secret Key
No Access to Secret Key
If you DO NOT have access to the Administrator / Administration panel of the website because you have enabled 2FA and you know can't log in, you'll need to disable it via PHPMyAdmin
- From your hosting account log into PHPMyAdmin
- Find the table ending in '_extensions' (the first few digits/letters vary by installation)
- Find the plugin named plg_twofactorauth_totp and change its 'enabled' status from '1' to '0'
- Save
This disables the 2FA plugin and thus gets rid of the login with the secret key.
- Created on .
- Hits: 502