true, 'auth_url' => "auth", // Whether registration is enabled on this website 'register_enabled' => true, // Whether the user should be able to manually change their passwords 'forgot_password_enabled' => true, // The database group to use for authentication 'database_group' => 'pdo', 'pdo_table_prefix' => '', // Password settings 'password_min_length' => 8, 'password_min_score' => 3, 'password_algorithm' => PASSWORD_DEFAULT, 'password_options' => [], // 2FA setting 'enforce_2fa' => false, // Email settings 'verifyEmailWithin' => 3600*24*3 ];