kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Enhancement - Automatic creation of new user folders #535

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be useful to have an option when creating a new user account to create 
a folder for that user automatically.  I've implemented this in my 
installation.  The relevant modified files are attached.  Modifications are 
commented, search for "LJUmod"  This requires that the published_folders_root 
setting be used.

What version of the product are you using? On what operating system?
Mollify 2.5.6, Ubuntu 12.04

Original issue reported on code.google.com by l...@d5.ca on 16 Apr 2014 at 6:02

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the addition, it sounds useful. I'll go through this, and make the 
commit.

Original comment by samuli.j...@gmail.com on 23 Apr 2014 at 5:13

GoogleCodeExporter commented 8 years ago
After giving this some thought, I think it would be better to make this a 
common feature for user creation.

Now the registration plugin already has this, and it also has mechanism for 
setting up complete permissions and other user assignments for auto-created 
user folders.

So I think I'll instead make this generic feature which could be possible to 
configure as part of regular user creation and user self registration, of 
course with separate options if necessary.

Original comment by samuli.j...@gmail.com on 25 Apr 2014 at 10:03