HTTP Basic Authentication

Note - This applies if end user forgotten the valid-user and password combination for mod_auth_basic module.

Edit the .htaccess file in your favorite text editor and comment out the authorization module entries and "save, exit" the /var/www/html/.htaccess as following:

  1. nano /var/www/html/.htaccess

  2. #AuthUserFile /var/www/.htpasswd
    #AuthType Basic
    #AuthName "Restricted"
    #Require valid-user

  3. save & exit and refresh your web browser, access to the http://your.pbx.ip/admin/config.php should be granted without username/password.

    image2018-10-22_10-8-35.png

Return to Documentation Home I Return to Sangoma Support