xref: /plugin/oauth/conf/metadata.php (revision 37d2401af36bcd0808d771338cb0144d66312030)
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