openfire 用户名+密码 配置

安装了openfire后要求配置,一般用户名都是admin,密码是安装时用户所设定的密码。因为种种缘由会出现没法登录的现象。现有两种方法能够解决。
1. 进入openfire的安装目录下--->进入conf文件夹--->打开openfire.xml文件--->将<setup>true</setup>中的true改成false  这样不用用户名和密码也能够登录
2. 将openfire.xml文件中
  <admin>
    <authorizedUsernames>jimuser</authorizedUsernames>
  </admin>
   <adminConsole> 
    <!-- Disable either port by setting the value to -1 -->  
    <port>9090</port>  
    <securePort>9091</securePort> 
  </adminConsole>

红色代码处改成本身的用户名。

若是配置好数据库以后,能够用MYSQL对openfire进行用户名和密码的从新设置。参考如下网址:http://blog.taragana.com/index.php/archive/how-to-recover-openfire-admin-password/
相关文章
相关标签/搜索