summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/user.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/user.js')
-rw-r--r--install/ui/src/freeipa/user.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js
index ecd82296e..e0d6cd435 100644
--- a/install/ui/src/freeipa/user.js
+++ b/install/ui/src/freeipa/user.js
@@ -145,6 +145,12 @@ return {
$type: 'sshkeys',
name: 'ipasshpubkey',
label: '@i18n:objects.sshkeystore.keys'
+ },
+ {
+ $type: 'checkboxes',
+ name: 'ipauserauthtype',
+ flags: ['w_if_no_aci'],
+ options: ['password', 'radius', 'otp']
}
]
},