diff --git a/web/zm_config.php.in b/web/zm_config.php.in index 8c1157895..105856a24 100644 --- a/web/zm_config.php.in +++ b/web/zm_config.php.in @@ -80,6 +80,18 @@ define( "STRF_FMT_DATETIME_SHORTER", "%m/%d %H:%M:%S" ); // Strftime shorter for require_once( 'zm_db.php' ); loadConfig(); +$default_user = array( + "Username"=>"admin", + "Password"=>"", + "Language"=>"", + "Enabled"=>1, + "Stream"=>'View', + "Events"=>'Edit', + "Control"=>'Edit', + "Monitors"=>'Edit', + "System"=>'Edit', +); + switch ( $bandwidth ) { case "high" :