⚠️ This issue respects the following points: ⚠️
Bug description
Hi,
I'm using a custom skeleton folder. In my config file, I have:
'skeletondirectory' => '/home/nextcloud/skeleton',
'templatedirectory' => '',
When new users are created, they receive by default the files from the above skeleton folder.
But in addition, they receive also an empty folder called "Templates".
This "Templates" folder is not in my skeleton folder and the users should not have it by default.
I've tried all these options (with the same result):
'templatedirectory' => '',
'templatedirectory' => ' ',
'templatedirectory' => NULL,
'templatedirectory' => false,
// 'templatedirectory' => '',
Steps to reproduce
- Add in the config file
'templatedirectory' => '',
- Create a new user
- Login as this user and you'll see an empty "Templates" folder
Expected behavior
The user should not see an empty "Templates" folder if 'templatedirectory' => '', is set in the config file.
Installation method
Community Web installer on a VPS or web space
Nextcloud Server version
27
Operating system
RHEL/CentOS
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Enabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
Bug description
Hi,
I'm using a custom skeleton folder. In my config file, I have:
When new users are created, they receive by default the files from the above skeleton folder.
But in addition, they receive also an empty folder called "Templates".
This "Templates" folder is not in my skeleton folder and the users should not have it by default.
I've tried all these options (with the same result):
Steps to reproduce
'templatedirectory' => '',Expected behavior
The user should not see an empty "Templates" folder if
'templatedirectory' => '',is set in the config file.Installation method
Community Web installer on a VPS or web space
Nextcloud Server version
27
Operating system
RHEL/CentOS
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Enabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response