Openfire is a cross-platform java based free Instant Messaging server which implements the XAMPP (Jabber) protocol with extensions. openfire는 크로스 - 플랫폼 자바 기반의 무료 인스턴트 메시징 서버를 구현하는 부전승 (재버) 프로토콜을 확장합니다. It is very well suited as corporate instant messaging solution. 그것은 매우 적합 기업 인스턴트 메시징 솔루션을합니다. Here is how you can recover the admin password, in case you forget it. 다음은 관리자 비밀 번호를 복구할 수있는 방법의 경우 잊어버려.


How to recover Openfire admin password openfire 관리자 비밀 번호를 복구하는 방법

1. Login to MySQL and use openfire database. 로그인을 openfire 데이터베이스를 mysql을 사용합니다. I use the command: 나는 명령을 사용하십시오 :
mysql -uroot -p openfire mysql - uroot - p openfire

2. 두합니다. Display the password for the admin user with the query: 사용자가 관리자의 암호를 표시 검색어 :
select password from jiveUser where username = 'admin'; 비밀 번호를 선택하십시오 jiveuser 어디에 사용자 이름을 = '관리자';

This will display the initially chosen password for admin. 이것은 처음에 선택한 비밀 번호를 관리를 표시합니다. However if you have at any time changed the password from the administration screen then it will display NULL instead. 그러나이 있으면 언제든지 관리 화면에서 비밀 번호를 바꿔 그러면 널 대신에이 표시됩니다.
After first change the password is encrypted and stored in the encryptedPassword field and cannot be recovered. 이후 첫 번째로 변경합니다에 저장된 비밀 번호는 암호화되며 encryptedpassword 필드 및 복구할 수없습니다.

However you can change the password even without knowing the original password. 그러나 비밀 번호를 변경하실 수있습니다없이도 기존 비밀 번호를 알고있습니다.

How to change Openfire admin password openfire 관리자 비밀 번호를 변경하는 방법

Change the admin (or any other users) password by setting password field to chosen value and encryptedPassword field to null. 관리자로 변경합니다 (또는 다른 사용자의 경우) 비밀 번호를 설정하여 비밀 번호 필드를 선택한 필드를 널 값 및 encryptedpassword합니다. For example here is the query to set the admin password to 123456: 예를 들어 여기에 쿼리를 관리자 비밀 번호를 설정하는 123456 :
update jiveUser set password='123456', encryptedPassword = null where username ='admin'; 비밀 번호 설정 업데이 트를 jiveuser = 123456 ', encryptedpassword = 널 어디에 사용자 이름을 ='관리자 ';

This will change the current admin password to 123456. 이것은 현재 관리자 비밀 번호가 123456로 변경합니다. Remember to change it to a different value after you login to the admin console. 기억이 그것을 다른 값으로 변경하려면 관리 콘솔에 로그인을하면합니다. This will also have the side-effect of encrypting your password in database for added security. 이것은 또한 귀하의 비밀 번호를 암호화는 데이터베이스의 측면 - 효과를 위해 보안합니다.

Note: Openfire admin console is available at http://localhost:9090 참고 사항 : openfire 관리 콘솔을 http://localhost:9090를보실 수있습니다