How To Recover Openfire admin Password كيفية استرداد openfire ادارة كلمة السر
Openfire is a cross-platform java based free Instant Messaging server which implements the XAMPP (Jabber) protocol with extensions. Openfire هو منهاج شامل لعدة جافا القائمة على حرية المراسله الفوريه الخادم الذي ينفذ xampp (الثرثار) مع تمديد البروتوكول. 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 استخدام قاعدة البيانات. I use the command: أنا أستخدم القيادة :
mysql -uroot -p openfire الخلية - uroot - ف 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
Filed under المقدم بمقتضى Enterprise Software المشاريع والبرامج , ، Headline News أهم الانباء , ، How To كيف , ، Linux لينكس , ، Microsoft مايكروسوفت , ، Open Source Software برامج المصدر المفتوح , ، Tech Note ملاحظه تقنيه , ، Web شبكة , ، Web Services خدمات الشبكه العالمية , ، Windows نوافذ | |
| |
RSS 2.0 ار اس اس 2،0 | |
Trackback this Article | هذه المادة |
Email this Article ارسل هذه المادة
You may also like to read ويمكنك ايضا ان تقرأ |




