It’s a minor issue. I’ve deprioritzed it but it’s started to bug me a bit kinda now. I’ve looked at other posts and checked that policy user change theme is set to yes not true. The issue is for this user when I go on the panel and try changing it from default back to dark and click save it just goes back to being default which is really annoying. I’ve cleared cookies for my site, it still just won’t work. If I just change it through executing SSH commands, will it save and work fine or will it have the potential to break something?
root@server:~# grep -r THEME /usr/local/hestia/conf/hestia.conf /usr/local/hestia/data/users/ash/user.conf
/usr/local/hestia/conf/hestia.conf:POLICY_USER_CHANGE_THEME='yes'
/usr/local/hestia/conf/hestia.conf:THEME='dark'
/usr/local/hestia/data/users/ash/user.conf:THEME='default'
root@server:~#
Can I just do the following?
sudo sed -i "s/THEME='default'/THEME='dark'/" /usr/local/hestia/data/users/ash/user.conf
sudo systemctl restart hestia