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