Openfire Admin Lockout

From Wiki.CoreyBlair.US
Revision as of 08:14, 20 May 2015 by Corey (talk | contribs) (Created page with "Find the openfire.xml file in the Conf directory, open it in your favorite text editor and place the following within the <jive> tags <admin> <authorizedUsernames>joe</autho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Find the openfire.xml file in the Conf directory, open it in your favorite text editor and place the following within the <jive> tags

<admin>
<authorizedUsernames>joe</authorizedUsernames>
</admin>

Where "joe" is any user you want to use as the admin. This will allow you to login with an account you know.

This info found on Spiceworks