<?php
/**
 * Default settings for the authhttp plugin
 *
 * @author Pieter Hollants <pieter@hollants.com>
 */

$conf['usernameregex'] = '.+';
$conf['emaildomain']   = 'localhost';
$conf['specialusers']  = 'youmustchangethis';
$conf['specialgroup']  = 'admin';
