| Current Path : /var/www/consult-e-syn/public_html/plugins/system/loginguard_/ |
| Current File : /var/www/consult-e-syn/public_html/plugins/system/loginguard_/loginguard.xml |
<?xml version="1.0" encoding="utf-8"?> <!-- ~ @package AkeebaLoginGuard ~ @copyright Copyright (c)2016-2020 Nicholas K. Dionysopoulos / Akeeba Ltd ~ @license GNU General Public License version 3, or later --> <extension version="3.8.0" type="plugin" group="system" method="upgrade"> <name>PLG_SYSTEM_LOGINGUARD</name> <version>3.3.0</version> <creationDate>2020-04-23</creationDate> <author>Akeeba Ltd</author> <authorEmail>no-reply@akeebabackup.com</authorEmail> <authorUrl>https://www.akeebabackup.com</authorUrl> <copyright>Copyright (c)2016-2019 Akeeba Ltd</copyright> <license>GNU GPL v3 or later</license> <description>PLG_SYSTEM_LOGINGUARD_DESCRIPTION</description> <files> <filename plugin="loginguard">loginguard.php</filename> <filename>.htaccess</filename> <filename>web.config</filename> </files> <languages folder="language"> <language tag="en-GB">en-GB/en-GB.plg_system_loginguard.ini</language> <language tag="en-GB">en-GB/en-GB.plg_system_loginguard.sys.ini</language> </languages> <config> <fields name="params"> <fieldset name="basic"> <field name="2svonsilent" type="radio" label="PLG_SYSTEM_LOGINGUARD_CONFIG_2SVONSILENT_LABEL" description="PLG_SYSTEM_LOGINGUARD_CONFIG_2SVONSILENT_DESC" default="1" class="btn-group" > <option value="0">JNo</option> <option value="1">JYes</option> </field> <field name="silentresponses" type="text" label="PLG_USER_LOGINGUARD_CONFIG_SILENTRESPONSES_LABEL" description="PLG_USER_LOGINGUARD_CONFIG_SILENTRESPONSES_DESC" default="cookie, sociallogin" /> </fieldset> </fields> </config> </extension>