Set default skin options

sparek

Verified User
Joined
Jun 27, 2019
Messages
517
Is there a way to set the default skin options, so that when a new user is created, they get a different default skin option (i.e Hybrid)?

Or do I just need to add a post user create script hook that replaces /usr/local/directadmin/data/users/${username}/skin_customizations/evolution/user_options.json with the desired values?
 
I struggled with this today and ran the following:
perl -pi -e 's/standard2021/grid/' /usr/local/directadmin/data/users/*/skin_customizations/evolution/user_options.json
 
Back
Top