1<?php 2/** 3 * Options for the oauth plugin 4 * 5 * @author Andreas Gohr <andi@splitbrain.org> 6 */ 7 8$meta['custom-redirectURI'] = array('string','_caution' => 'warning'); 9$meta['mailRestriction'] = array('string','_pattern' => '!^(@[^,@]+(\.[^,@]+)+(,|$))*$!'); // https://regex101.com/r/mG4aL5/3 10$meta['singleService'] = array('onoff'); 11$meta['register-on-auth'] = array('onoff','_caution' => 'security'); 12