![]() |
Create user/group/folder/permissions programatically - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: General Questions (https://community.letodms.com/forumdisplay.php?fid=15) +--- Thread: Create user/group/folder/permissions programatically (/showthread.php?tid=429) |
Create user/group/folder/permissions programatically - ssrini - 01-06-2012 Is there any way (API or other) to create users, groups, folders and permissions programatically? When a user registers I want to be able to create the above and provision the user automatically. Cheers Srini RE: Create user/group/folder/permissions programatically - steinm - 01-07-2012 (01-06-2012, 06:31 PM)ssrini Wrote: Is there any way (API or other) to create users, groups, folders and permissions programatically? When a user registers I want to be able to create the above and provision the user automatically. There is currently no way, but it is quite simple to write a php script based on LetoDMS_Core. Uwe RE: Create user/group/folder/permissions programatically - ssrini - 01-07-2012 (01-07-2012, 12:34 AM)steinm Wrote:(01-06-2012, 06:31 PM)ssrini Wrote: Is there any way (API or other) to create users, groups, folders and permissions programatically? When a user registers I want to be able to create the above and provision the user automatically. Is there any documentation available for core? I would be interested in implementing this. Any suggestions or hints would be a great help. Srini RE: Create user/group/folder/permissions programatically - steinm - 01-07-2012 (01-07-2012, 08:55 AM)ssrini Wrote:(01-07-2012, 12:34 AM)steinm Wrote:(01-06-2012, 06:31 PM)ssrini Wrote: Is there any way (API or other) to create users, groups, folders and permissions programatically? When a user registers I want to be able to create the above and provision the user automatically. There is just some documentation in the source code. Uwe |