kumarsivarajan / mollify

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

Delete user account with physical folder #592

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am performing an action for user delete  in admin.
 will delete the entire user item such as db entry , group , folders and physical folder. 
also I have
 found way to delete the user groups , folders in db , But I am struggling way to delete physical folder , is this feature available in my version or latest version 

What version of the product are you using? On what operating system?

Mollify version is 2.0-2_2 

Original issue reported on code.google.com by psbhara...@gmail.com on 27 Jan 2015 at 8:01

GoogleCodeExporter commented 8 years ago
Latest version has option for deleting the physical folder when removing folder 
from admin.

Original comment by mollify....@gmail.com on 27 Jan 2015 at 9:27

GoogleCodeExporter commented 8 years ago
In latest version 
 Configuration -> users -> delete user account 
Deleting a user account deletes only in the db and not in physical folder 
location .

My latest version is 2_5_19.

Original comment by psbhara...@gmail.com on 28 Jan 2015 at 6:54

GoogleCodeExporter commented 8 years ago
Yes, that's correct. Deleting _users_ will not delete the folders physically. 
And that's because deleting user does not delete any folder in db either, it 
only removes the folder assignment for that particular user.

Folders can be assigned to multiple users, but no user has ownership etc for a 
folder. So they are not linked like that.

You could write a plugin yourself that listens for user/delete event, and 
delete also the folder. But such feature does not exist.

Original comment by mollify....@gmail.com on 28 Jan 2015 at 1:50