180852c15SAndreas Gohr<?php 280852c15SAndreas Gohr/** 380852c15SAndreas Gohr * Options for the oauth plugin 480852c15SAndreas Gohr * 580852c15SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org> 680852c15SAndreas Gohr */ 780852c15SAndreas Gohr 89683193cSMichael Große$meta['custom-redirectURI'] = array('string','_caution' => 'warning'); 9d9818adbSMichael Große$meta['mailRestriction'] = array('string','_pattern' => '!^(@[^,@]+(\.[^,@]+)+(,|$))*$!'); // https://regex101.com/r/mG4aL5/3 10*98a36116SAndreas Gohr$meta['singleService'] = array('onoff'); 11d313403cSAnna Dabrowska$meta['register-on-auth'] = array('onoff','_caution' => 'security'); 12