Difference between revisions of "Openfire Admin Lockout"

From Wiki.CoreyBlair.US
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
 
Find the openfire.xml file in the Conf directory, open it in your favorite text editor and place the following within the <jive> tags
 
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>
+
<code><admin>
</admin>
+
<authorizedUsernames>joe</authorizedUsernames>
 +
</admin></code>
 +
 
 
Where "joe" is any user you want to use as the admin. This will allow you to login with an account you know.
 
Where "joe" is any user you want to use as the admin. This will allow you to login with an account you know.
  

Revision as of 10:28, 24 November 2015

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