Admin group?

I’'m very new to Wildfire, and am wondering: how do create additional admin accounts?

Hi,

take a look at conf/wildfire.xml - there is an “admin” section which allows you to “to define users that will have admin privileges”. You need to restart Wildfire to apply the changes you did to this file.

Change

<!--<authorizedUsernames></authorizedUsernames>-->

to

<authorizedUsernames>itwally</authorizedUsernames>

, as soon as itwally can login with admin rights you may even delete the “admin” account.

LG