summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index bb02a82..49b3d21 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -68,7 +68,7 @@ function passwd_backed_basic_auth() {
*/
if($config['system']['username'] == $HTTP_SERVER_VARS['AUTH_USER']) {
/* we match, check the password in xml configuration file */
- $username = "root";
+ $username = "admin";
} else {
/* finally, if we're here then we didn't match the username in
* the webConfigurator. Check the password file.
@@ -121,7 +121,7 @@ function htpasswd_backed_basic_auth() {
*/
if($config['system']['username'] == $HTTP_SERVER_VARS['AUTH_USER']) {
/* we match, check the password in xml configuration file */
- $username = "root";
+ $username = "admin";
} else {
/* finally, if we're here then we didn't match the username in
* the webConfigurator. Check the password file.
OpenPOWER on IntegriCloud