Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions administrator/components/com_users/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@

<field
name="neverMFAUserGroups"
type="UserGroupList"
type="usergrouplist"
label="COM_USERS_CONFIG_NEVERMFAUSERGROUPS_LABEL"
description="COM_USERS_CONFIG_NEVERMFAUSERGROUPS_DESC"
layout="joomla.form.field.list-fancy-select"
checksuperusergroup="1"
checksuperusergroup="0"
default=""
multiple="1"
>
Expand All @@ -267,11 +267,11 @@

<field
name="forceMFAUserGroups"
type="UserGroupList"
type="usergrouplist"
label="COM_USERS_CONFIG_FORCEMFAUSERGROUPS_LABEL"
description="COM_USERS_CONFIG_FORCEMFAUSERGROUPS_DESC"
layout="joomla.form.field.list-fancy-select"
checksuperusergroup="1"
checksuperusergroup="0"
default=""
multiple="1"
>
Expand Down