Change Global Skin

asim

New member
Joined
Jun 3, 2023
Messages
3
While experimenting with DirectAdmin, I changed the SKIN to "power_user" and now I am stuck
  1. The login page still shows "power_user" login page
  2. I cannot change the theme back to "evolution" even in the skin manager because I can't see any skins
  3. The login page still shows "power_user" skin even if I remove the "power_user" skin from the terminal

HELP please!
 
/usr/local/directadmin/data/users/admin/user.conf try change skin path here
 
Doesn't work :confused:

Bash:
$ cat /usr/local/directadmin/data/users/admin/user.conf | grep skin
docsroot=./data/skins/evolution
skin=evolution
 
check/drop /usr/local/directadmin/data/users/admin//skin_customizations
 
you can also temporary replace content of power_user skin dir with copy of evolution or enhanced.
 
Back
Top