xref: /plugin/authchained/conf/metadata.php (revision 9e84dbfb86661318bb7cf2719d4a041b0f346740)
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