1<?php 2 3/** 4 * Options for the authchained plugin 5 * 6 * @author Philipp Neuser <pneuser@physik.fu-berlin.de> 7 */ 8 9$meta['authtypes'] = array('string'); 10$meta['usermanager_authtype'] = array('string'); 11?> 12