Difference between revisions of "Openfire Admin Lockout"

From Wiki.CoreyBlair.US
Jump to navigation Jump to search
(Added Proper Citation)
 
Line 3: Line 3:
 
<code><admin>
 
<code><admin>
 
<authorizedUsernames>joe</authorizedUsernames>
 
<authorizedUsernames>joe</authorizedUsernames>
</admin></code>
+
</admin></code><ref>[https://community.spiceworks.com/people/tonygaspro2187 Tony Gaspro],[https://community.spiceworks.com/topic/200036-locked-myself-out-of-openfire-console www.spiceworks.com], Feb 17, 2012</ref>
  
 
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.
  
This info found on [http://community.spiceworks.com/topic/200036-locked-myself-out-of-openfire-console Spiceworks]
+
===References===
 +
<references />
  
 
[[Category:Ubuntu Server]]
 
[[Category:Ubuntu Server]]

Latest revision as of 13:56, 6 December 2017

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>[1]

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

References