Hi
this option in panel has been removed? why?
POLICY_SYSTEM_HIDE_ADMIN=‘yes’
I have using a master admin for manager and another for main user create users and dont see or edit the master1 …
=(
Hi
this option in panel has been removed? why?
POLICY_SYSTEM_HIDE_ADMIN=‘yes’
I have using a master admin for manager and another for main user create users and dont see or edit the master1 …
=(
Seems a bug when checking the administrator user, Hestia is checking whether the user is literally the admin
user instead of the ROOT_USER
.
Try this fix:
cp /usr/local/hestia/web/templates/pages/edit_server.php /root/edit_server.php.backup
sed -i -E 's/\$_SESSION\[\"user\"\] === \"admin\"/\$_SESSION\[\"user\"\] === \$_SESSION\[\"ROOT_USER\"\]/' /usr/local/hestia/web/templates/pages/edit_server.php
Could you please open an issue on GitHub?
I have opened this PR: