-
Notifications
You must be signed in to change notification settings - Fork 0
/
hibp.xml
34 lines (34 loc) · 1.06 KB
/
hibp.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.8" type="plugin" group="user" client="site" method="upgrade">
<name>plg_user_hibp</name>
<author>Simon Champion</author>
<copyright>Simon Champion</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://simonchampion.net/</authorUrl>
<version>1.0.1</version>
<description>PLG_USER_HIBP_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<files>
<folder>language</folder>
<filename plugin="hibp">hibp.php</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="max_pwnage"
label="PLG_USER_HIBP_MAX_PWNAGE_LABEL"
description="PLG_USER_HIBP_MAX_PWNAGE_DESC"
type="number"
default="0"
min="0"
max="10"
/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" name="HIBP Update site">https://raw.githubusercontent.com/Spudley/plg_user_hibp/master/update.xml</server>
</updateservers>
</extension>