-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to disable "Templates" directory creation in the config file #39266
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
enhancement
feature: templates
Comments
DeianPetkov
added
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
enhancement
labels
Jul 10, 2023
This was referenced Jul 10, 2023
marcelklehr
added a commit
that referenced
this issue
Dec 4, 2023
fixes #39266 Signed-off-by: Marcel Klehr <[email protected]>
4 tasks
marcelklehr
added a commit
that referenced
this issue
Dec 4, 2023
fixes #39266 Signed-off-by: Marcel Klehr <[email protected]>
backportbot-nextcloud bot
pushed a commit
that referenced
this issue
Dec 4, 2023
fixes #39266 Signed-off-by: Marcel Klehr <[email protected]>
backportbot-nextcloud bot
pushed a commit
that referenced
this issue
Dec 4, 2023
fixes #39266 Signed-off-by: Marcel Klehr <[email protected]>
backportbot-nextcloud bot
pushed a commit
that referenced
this issue
Dec 4, 2023
fixes #39266 Signed-off-by: Marcel Klehr <[email protected]>
zak39
pushed a commit
to zak39/server
that referenced
this issue
Dec 19, 2023
fixes nextcloud#39266 Signed-off-by: Marcel Klehr <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
enhancement
feature: templates
If a custom skeleton is used in the config file,
'skeletondirectory' => '/home/nextcloud/skeleton',
then an empty "Templates" folder is created for every new user.
This behavior is (somewhat) described in the documentation, see #39227
I found counter-intuitive to create an empty folder, non-wanted by the administrators. I receive constant tickets from my users "For what we should use this "Templates" folder? Can I delete it?". They don't understand why they have this empty folder.
From my point of view, if we have in the config file:
'templatedirectory' => '',
or similar,then no "Templates" folder should be created.
Thank you!
The text was updated successfully, but these errors were encountered: