-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnotifyactivation.xml
71 lines (66 loc) · 5.38 KB
/
notifyactivation.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="user" method="upgrade">
<name>PLG_USER_NOTIFYACTIVATION_NAME</name>
<version>2.3.0</version>
<creationDate>December 2016</creationDate>
<author>Simon Champion</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl></authorUrl>
<copyright>(C) 2016 Simon Champion</copyright>
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<description>PLG_USER_NOTIFYACTIVATION_DESCRIPTION</description>
<files>
<filename>index.html</filename>
<filename plugin="notifyactivation">notifyactivation.php</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_user_notifyactivation.sys.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_user_notifyactivation.ini</language>
<language tag="ru-RU">language/ru-RU/ru-RU.plg_user_notifyactivation.sys.ini</language>
<language tag="ru-RU">language/ru-RU/ru-RU.plg_user_notifyactivation.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="usercategory" type="category" extension="com_users" description="PLG_USER_NOTIFYACTIVATION_CATEGORY_DESC" label="PLG_USER_NOTIFYACTIVATION_CATEGORY_LABEL" />
<field type="text" name="user_instant_activation" default="User account was activated immediately when registering."
label="PLG_USER_NOTIFYACTIVATION_USER_INSTANT_LABEL" description="PLG_USER_NOTIFYACTIVATION_USER_INSTANT_DESC" />
<field type="text" name="admin_instant_activation" default="User was created directly in active state by %s via the admin panel."
label="PLG_USER_NOTIFYACTIVATION_ADMIN_INSTANT_LABEL" description="PLG_USER_NOTIFYACTIVATION_ADMIN_INSTANT_DESC" />
<field type="text" name="user_email_verification" default="User account was verified via the link in the verification email."
label="PLG_USER_NOTIFYACTIVATION_USER_VERIFY_LABEL" description="PLG_USER_NOTIFYACTIVATION_USER_VERIFY_DESC" />
<field type="text" name="user_email_activation" default="User activated their own account via the link in the activation email."
label="PLG_USER_NOTIFYACTIVATION_USER_ACTIVATE_LABEL" description="PLG_USER_NOTIFYACTIVATION_USER_ACTIVATE_DESC" />
<field type="text" name="admin_email_activation" default="User was activated by one of the administrators via the link in the activation email."
label="PLG_USER_NOTIFYACTIVATION_ADMIN_VIA_EMAIL_LABEL" description="PLG_USER_NOTIFYACTIVATION_ADMIN_VIA_EMAIL_DESC" />
<field type="text" name="admin_panel_activation" default="User was activated by %s via the admin panel."
label="PLG_USER_NOTIFYACTIVATION_ADMIN_VIA_PANEL_LABEL" description="PLG_USER_NOTIFYACTIVATION_ADMIN_VIA_PANEL_DESC" />
<field type="text" name="subject" default="User activation"
label="PLG_USER_NOTIFYACTIVATION_SUBJECT_LABEL" description="PLG_USER_NOTIFYACTIVATION_SUBJECT_DESC" />
</fieldset>
<fieldset name="email" label="PLG_USER_NOTIFYACTIVATION_FIELDSET_EMAIL">
<field name="email_on_admin_instant_activation" type="radio" label="PLG_USER_NOTIFYACTIVATION_EMAIL_ON_ADMIN_INSTANT_LABEL" description="PLG_USER_NOTIFYACTIVATION_EMAIL_ON_ADMIN_INSTANT_DESC" class="btn-group btn-group-yesno" default="0">
<option value="0">PLG_USER_NOTIFYACTIVATION_EMAIL_NO</option>
<option value="1">PLG_USER_NOTIFYACTIVATION_EMAIL_YES_USER</option>
<option value="2">PLG_USER_NOTIFYACTIVATION_EMAIL_YES_ADMIN</option>
<option value="3">PLG_USER_NOTIFYACTIVATION_EMAIL_YES_BOTH</option>
</field>
<field name="email_on_admin_email_activation" type="radio" label="PLG_USER_NOTIFYACTIVATION_EMAIL_ON_ADMIN_ACTIVATE_LABEL" description="PLG_USER_NOTIFYACTIVATION_EMAIL_ON_ADMIN_ACTIVATE_DESC" class="btn-group btn-group-yesno" default="0">
<option value="0">PLG_USER_NOTIFYACTIVATION_EMAIL_NO</option>
<option value="1">PLG_USER_NOTIFYACTIVATION_EMAIL_YES_USER</option>
<option value="2">PLG_USER_NOTIFYACTIVATION_EMAIL_YES_ADMIN</option>
<option value="3">PLG_USER_NOTIFYACTIVATION_EMAIL_YES_BOTH</option>
</field>
<field name="email_on_admin_panel_activation" type="radio" label="PLG_USER_NOTIFYACTIVATION_EMAIL_ON_ADMIN_VIA_PANEL_LABEL" description="PLG_USER_NOTIFYACTIVATION_EMAIL_ON_ADMIN_VIA_PANEL_DESC" class="btn-group btn-group-yesno" default="0">
<option value="0">PLG_USER_NOTIFYACTIVATION_EMAIL_NO</option>
<option value="1">PLG_USER_NOTIFYACTIVATION_EMAIL_YES_USER</option>
<option value="2">PLG_USER_NOTIFYACTIVATION_EMAIL_YES_ADMIN</option>
<option value="3">PLG_USER_NOTIFYACTIVATION_EMAIL_YES_BOTH</option>
</field>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="2" name="Notify Activation Updates">https://raw.githubusercontent.com/Spudley/plg_user_notifyactivation/master/update.xml</server>
</updateservers>
</extension>