forked from coop-cloud/nextcloud
Merge pull request 'add abra command for disabling the skeleton directory' (#42) from Apfelwurm/nextcloud:main into main
Reviewed-on: coop-cloud/nextcloud#42 Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
This commit is contained in:
5
abra.sh
5
abra.sh
@ -121,3 +121,8 @@ set_authentik() {
|
|||||||
run_occ 'config:system:set allow_user_to_change_display_name --value=false'
|
run_occ 'config:system:set allow_user_to_change_display_name --value=false'
|
||||||
run_occ 'config:system:set lost_password_link --value=disabled'
|
run_occ 'config:system:set lost_password_link --value=disabled'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
disable_skeletondirectory() {
|
||||||
|
run_occ "config:system:set skeletondirectory --value ''"
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user