Skip to content

Commit 375cbdb

Browse files
authored
Merge pull request #1219 from nextcloud/docs/type-allow_multiple_user_backends-config
docs: Give explicit type for allow_multiple_user_backends app config
2 parents 956a873 + ef9ab0e commit 375cbdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ login. Admins can still use the regular login through adding the `?direct=1`
175175
parameter to the login URL.
176176

177177
```bash
178-
sudo -u www-data php var/www/nextcloud/occ config:app:set --value=0 user_oidc allow_multiple_user_backends
178+
sudo -u www-data php var/www/nextcloud/occ config:app:set --type=string --value=0 user_oidc allow_multiple_user_backends
179179
```
180180

181181
### PKCE

0 commit comments

Comments
 (0)