1<?php 2 3/** 4 * Default settings for the oauth plugin 5 * 6 * @author Andreas Gohr <andi@splitbrain.org> 7 */ 8 9$conf['info'] = ''; 10$conf['custom-redirectURI'] = ''; 11$conf['mailRestriction'] = ''; 12$conf['singleService'] = ''; 13$conf['register-on-auth'] = 0; 14$conf['overwrite-groups'] = 0; 15