Hello there,
I would like to tweak the registration process for new users, where the skeleton directory is dynamically created, based on the user’s username.
Scenario:
A user from the user group moderator gets access to files from users of the user group uploader. Those users can self-register. A directory with the same name as username is automatically created and shared with the moderator group. This way, the moderator can access the files, comment on them, …
Expected behavior:
- User registers as
username - A directory
usernameis automatically created for them - This directory is automatically shared with user group
moderator - The directory cannot be renamed, thus it will always reflect
username - (optional: the user can only create/upload files in/into the created directory)
I would love to see, if this is possible at all 
TIA