1<?php
2/**
3 * Options for the authhttp plugin
4 *
5 * @author Pieter Hollants <pieter@hollants.com>
6 */
7
8$meta['usernameregex'] = array('string',  '_cautionList' => array('plugin____authhttp____userregex' => 'danger'));
9$meta['emaildomain']   = array('string');
10$meta['specialusers']  = array('string', '_cautionList' => array('plugin____authhttp____specialusers' => 'danger'));
11$meta['specialgroup']  = array('string', '_cautionList' => array('plugin____authhttp____specialgroup' => 'danger'));
12