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