1<?php 2/** 3 * Federated Login for DokuWiki - default configuration file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @link http://www.dokuwiki.org/plugin:fedauth 7 * @author Aoi Karasu <aoikarasu@gmail.com> 8 */ 9 10$conf['adminsonly'] = 1; // restrict the authorization providers configuration to admins only 11$conf['customloginform'] = 0; // use the customized login form instead of adding federated login to bottom of the original login form 12$conf['fedauthonly'] = 0; // disable local authorization and use federated login only (no local passwords) 13$conf['useajax'] = 1; // use AJAX calls (this works only for browsers that support JavaScript) 14