Hi,
I don't really know where to place this topic, so I'll just add it to the general part..
I just renamed my admin-account to something else using the change_username.sh script in the scripts-directory.
Works pretty great, except:
1. ./data/admin/admin.list still contains "admin" instead of the new username; therefor "List Administrators" fails.
2. httpd fails to start because suspended domains (from other users than admin) still have "/home/admin/suspended" as their DocumentRoot.
3. Cronjobs fail which have "/home/admin/..." in their execution path, but that's maybe something to just give a warning about to the user using the script.
I don't really know where to place this topic, so I'll just add it to the general part..

I just renamed my admin-account to something else using the change_username.sh script in the scripts-directory.
Works pretty great, except:
1. ./data/admin/admin.list still contains "admin" instead of the new username; therefor "List Administrators" fails.
2. httpd fails to start because suspended domains (from other users than admin) still have "/home/admin/suspended" as their DocumentRoot.
3. Cronjobs fail which have "/home/admin/..." in their execution path, but that's maybe something to just give a warning about to the user using the script.
Last edited: