2009-07-17 14:41:55 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2008-12-09 20:40:54 +00:00
|
|
|
|
2009-11-08 10:34:23 +00:00
|
|
|
<!-- $Id: plugin.xml,v 1.8 2009-11-08 10:34:23 e107steved Exp $ -->
|
2008-12-09 20:40:54 +00:00
|
|
|
|
2012-08-22 02:45:32 +00:00
|
|
|
<e107Plugin name="Alternate Authentication" lang="LAN_ALT_65" version="0.4" date="2012-08-01" compatibility="2.0" installRequired="true" >
|
|
|
|
<author name="e107 Inc." url="e107.org" email="security@e107.org" />
|
|
|
|
<description lang="LAN_ALT_66">This plugin allows for alternate authentication methods.</description>
|
2009-07-09 02:47:17 +00:00
|
|
|
<category>users</category>
|
2008-12-09 20:40:54 +00:00
|
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
2009-10-20 03:49:28 +00:00
|
|
|
<languageFiles>
|
|
|
|
<file type='log' path='languages/--LAN--/--LAN--_log.php' />
|
|
|
|
</languageFiles>
|
2009-09-24 00:11:21 +00:00
|
|
|
<adminLinks>
|
2012-08-22 02:45:32 +00:00
|
|
|
<link url='alt_auth_conf.php' description='LAN_ALT_67' icon='images/alt_auth_32.png' iconSmall='images/alt_auth_16.png' primary='true' />
|
2009-09-24 00:11:21 +00:00
|
|
|
</adminLinks>
|
2008-12-09 20:40:54 +00:00
|
|
|
<mainPrefs>
|
2009-09-21 22:14:45 +00:00
|
|
|
<pref name="auth_noconn">0</pref>
|
2009-11-08 10:34:23 +00:00
|
|
|
<pref name="auth_badpassword">0</pref>
|
|
|
|
<pref name="auth_method2">0</pref>
|
2009-09-21 22:14:45 +00:00
|
|
|
<pref name="auth_extended"></pref>
|
2008-12-09 20:40:54 +00:00
|
|
|
</mainPrefs>
|
|
|
|
</e107Plugin>
|