cenourinha
Verified User
- Joined
- Jun 27, 2019
- Messages
- 28
It would be great if you could implement an option to disallow Domain Rename by Customers.
/usr/local/directadmin/directadmin set never_commands CMD_CHANGE_DOMAIN restart
You can just set "never_commands=CMD_CHANGE_DOMAIN" the in /usr/local/directadmin/conf/directadmin.conf for this, can be done automatically this way:
Code:/usr/local/directadmin/directadmin set never_commands CMD_CHANGE_DOMAIN restart
/usr/local/directadmin/directadmin set never_commands CMD_CHANGE_DOMAIN
systemctl restart directadmin
I think this need to be worked in order for us to be able to enable/disabled the "Rename Domain" feature for each account or by access level. Also it would be great if we could pass a var via API (example when creating an account via WHMCS) in order to disable that option for a specific domain (the first domain in the account).