From 5f20edc4a7b82a442375c87cb8aecc52523ab24b Mon Sep 17 00:00:00 2001 From: JATippit <11259172+JATippit@users.noreply.github.com> Date: Thu, 21 May 2026 22:48:08 -0400 Subject: [PATCH] Fixed Disable Other Login Methods command Fixed Disable Other Login Methods command. Missed a / Signed-off-by: JATippit <11259172+JATippit@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc315ea9..10278f48 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ login. Admins can still use the regular login through adding the `?direct=1` parameter to the login URL. ```bash -sudo -u www-data php var/www/nextcloud/occ config:app:set --type=string --value=0 user_oidc allow_multiple_user_backends +sudo -u www-data php /var/www/nextcloud/occ config:app:set --type=string --value=0 user_oidc allow_multiple_user_backends ``` ### PKCE