$auth_users = array('username' => 'REPLACE YOUR GENERATED PASSWORD HERE');
如果无法生成密码或遇到任何问题,请使用其他工具生成密码。点击去生成
或者您可以在$auth_users中直接使用带有hash的密码。
$auth_users
$auth_users = array('username' => password_hash('password here', PASSWORD_DEFAULT));