Hello all, When adding a new user to a site you can select if the user is an administrator or not. If yes, then when you FTP in using that account you will see a directory called “users” and inside all home directories of the users. However the file permissions are set in such a way that the Administrator can not add or delete files in the users directories. Can anyone tell me the location of the script that run when a new user is setup so that I can modify the default setting. Thanks
The script is /root/ispconfig/scripts/lib/config.lib.php. There is a function inside, that is called when a user is added and a function that is called, when a user is updated.