Skip to content

Commit 964de78

Browse files
authored
Fix group in twofactorauth plugins (#35638)
1 parent db1b585 commit 964de78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/twofactorauth/totp/totp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<extension version="3.1" type="plugin" group="system" method="upgrade">
2+
<extension version="3.1" type="plugin" group="twofactorauth" method="upgrade">
33
<name>plg_twofactorauth_totp</name>
44
<author>Joomla! Project</author>
55
<creationDate>August 2013</creationDate>

plugins/twofactorauth/yubikey/yubikey.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<extension version="3.1" type="plugin" group="system" method="upgrade">
2+
<extension version="3.1" type="plugin" group="twofactorauth" method="upgrade">
33
<name>plg_twofactorauth_yubikey</name>
44
<author>Joomla! Project</author>
55
<creationDate>September 2013</creationDate>

0 commit comments

Comments
 (0)