I have a user registration page on my website. Here's an example: John registers with: Username: john Password: password The script automcatically makes a folder on the site, lets say: mysite.com/users/john Is there any sort of cronjob or something I can setup that when the user registers and the new folder is created for them, through that form, an FTP account can be automatically created? EX: Username: Password: password And give their home directory as /home/myuser/users/john Been searching everywhere without a simple solution. Thanks a lot
A user will register on my site, say username: bob and password: mypass This will give them certian permissions on my site and automatically create a folder for them named "bob" (named after the username) I would like to setup some sort of script of cronjob that will automatically create an FTP account for that user using the same username and password they set and the home folder should be their folder (ex. /home/myacct/bob)