When I create a new feature list in WHM 68 there is no option to enable/disable the "Update Contact Information" options.
By default the new list have this option disabled which also prevents users from updating notification settings for their cPanel account.
Unfortunately this seems to mean I cannot use a feature list other than "default" unless I am willing to edit the feature list file manually, and I'm not sure that's the way it should be working..
I just paid for a VPS license, this installation is brand-new (hasn't been running for more than 4 days) and I would like to report this as a bug in the software.
I'm pretty sure the Feature list manager UI should allow the root user to change any and all available options in any given feature list.
I've used WHM/cPanel (version 68) on a different host provider and the option is marked as "Legacy" there, but does actually display. So maybe something was marked wrongly internally that causes this? I am hopeful this feature is not being removed, it seems like a rather important feature to have.
Just in case anyone else searches this issue with new installs, the work around is to edit the feature list file found in
and change
to
I hope the feature manager UI gets some udpate love in the near future.
Thanks for your time!
By default the new list have this option disabled which also prevents users from updating notification settings for their cPanel account.
Unfortunately this seems to mean I cannot use a feature list other than "default" unless I am willing to edit the feature list file manually, and I'm not sure that's the way it should be working..
I just paid for a VPS license, this installation is brand-new (hasn't been running for more than 4 days) and I would like to report this as a bug in the software.
I'm pretty sure the Feature list manager UI should allow the root user to change any and all available options in any given feature list.
I've used WHM/cPanel (version 68) on a different host provider and the option is marked as "Legacy" there, but does actually display. So maybe something was marked wrongly internally that causes this? I am hopeful this feature is not being removed, it seems like a rather important feature to have.
Just in case anyone else searches this issue with new installs, the work around is to edit the feature list file found in
Code:
/var/cpanel/features/
Code:
updatecontact=0
Code:
updatecontact=1
Thanks for your time!