add abra command for disabling the skeleton directory #42
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 ''"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user