--- dokuwiki/inc/auth/mysql.class.php~ 2007-11-09 18:52:23.000000000 +0200 +++ dokuwiki/inc/auth/mysql.class.php 2007-11-09 18:52:24.656504794 +0200 @@ -46,7 +46,7 @@ // set capabilities based upon config strings set if (empty($this->cnf['server']) || empty($this->cnf['user']) || - empty($this->cnf['password']) || empty($this->cnf['database'])){ + empty($this->cnf['database'])){ if ($this->cnf['debug']) msg("MySQL err: insufficient configuration.",-1,__LINE__,__FILE__); $this->success = false;