@@ -609,8 +609,9 @@ skeletondirectory
609
609
'skeletondirectory' => '/path/to/nextcloud/core/skeleton',
610
610
611
611
The directory where the skeleton files are located. These files will be
612
- copied to the data directory of new users. Leave empty to not copy any
613
- skeleton files.
612
+ copied to the data directory of new users. Set empty string to not copy any
613
+ skeleton files. If unset and templatedirectory is empty string, shipped
614
+ templates will be used to create a template directory for the user.
614
615
615
616
``{lang} `` can be used as a placeholder for the language of the user.
616
617
If the directory does not exist, it falls back to non dialect (from ``de_DE ``
@@ -627,16 +628,15 @@ templatedirectory
627
628
'templatedirectory' => '/path/to/nextcloud/templates',
628
629
629
630
The directory where the template files are located. These files will be
630
- copied to the template directory of new users. Leave empty to not copy any
631
+ copied to the template directory of new users. Set empty string to not copy any
631
632
template files.
632
633
633
634
``{lang} `` can be used as a placeholder for the language of the user.
634
635
If the directory does not exist, it falls back to non dialect (from ``de_DE ``
635
636
to ``de ``). If that does not exist either, it falls back to ``default ``
636
637
637
- If this is not set creating a template directory will only happen if no custom
638
- ``skeletondirectory `` is defined, otherwise the shipped templates will be used
639
- to create a template directory for the user.
638
+ To disable creating a template directory, set both skeletondirectory and
639
+ templatedirectory to empty strings.
640
640
641
641
User session
642
642
------------
0 commit comments