Knowledge Base Article

How to reset my eGroupware Header/Admin password?

The Header/Admin password is stored in the header.inc.php file. In order to reset it, you should open the header.inc.php file, located at your eGroupWare root directory, find the following line:



$GLOBALS['egw_info']['server']['header_admin_password'] = 'MD5 Encoded
Password';



and replace it with



$GLOBALS['egw_info']['server']['header_admin_password'] = '';



This way you will be able to access the Header/Admin part of your eGroupWare with a blank password.



Rating

Please indicate if this article was helpful for you.

rating :  4.7 from 5
views :  2105
votes :  15

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!