| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/icd/plugins/system/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/plugin-install.dtd">
<install version="1.5" type="plugin" group="system">
<name>System - Block Password Reset</name>
<author>Fiona Coulter</author>
<creationDate>December 2009</creationDate>
<copyright>Inspiration Web Design</copyright>
<license>GPL</license>
<authorEmail>joomla|at|iswebdesign.co.uk</authorEmail>
<authorUrl>www.iswebdesign.co.uk</authorUrl>
<version>1.0.2</version>
<description>System Plugin for Joomla. It allows you to block password resets from the front-end for administrators or selected groups</description>
<files>
<filename plugin="blockPasswordReset">blockPasswordReset.php</filename>
</files>
<params>
<param name="block_ids" type="text" default="" size="40" label="Block User Ids" description="Block password resets for listed user ids. Can be single id or comma-separated list (hint: the id for the root administrator is 62)" />
<param name="blockusergroups" type="usergroup" default="" multiple="yes" label="Or: Block a user group" description="Select the user groups to block reset for. Note that if the individual user ids are set then this will be ignored" />
<param name="emailmsg" type="textarea" rows="5" cols="50" default="Sorry, password reset for that account is blocked. Please contact the system administrator for assistance" label="Error message for blocked accounts" description="Text to show when someone tries to reset a blocked account. "/>
</params>
</install>