You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The occ console is located in the Nextcloud directory, so you need to change to that directory first before issuing the command to disable the app (change capital letters to fit your needs):
cd /PATH/TO/NEXTCLOUD sudo -u www-data php occ app:disable NAME_OF_APP
If you don‘t know the name of the app, you can list all apps with:
As Nextcloud 29 still is not allowing to install the app, I went back to 28.0.5 and tried to disable 2-factor e-mail via
sudo -u http php82 -d memory_limit=1024M occ twofactorauth:disable 'myuser' email
Buit I get the error message:
The provider does not support this operation.
How can I get rid of 2-factor e-mail authentification completely until compatibility to v29 is available?
The text was updated successfully, but these errors were encountered: