1<?php
2/**
3 * Default settings for the authhttp plugin
4 *
5 * @author Pieter Hollants <pieter@hollants.com>
6 */
7
8$conf['usernameregex'] = '.+';
9$conf['emaildomain']   = 'localhost';
10$conf['specialusers']  = 'youmustchangethis';
11$conf['specialgroup']  = 'admin';
12