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