diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-09-12 15:29:01 +0200 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2014-03-12 17:29:28 +0100 |
commit | fef26fe3d8355c5c3f22348bb7390af0a1e5cef7 (patch) | |
tree | 3cc650d628d3eb1ce16f74db0bc58a1454392c86 /install/ui/test/data | |
parent | 0700b13807fd5e9a8503ba5b88d2e1aec417aef6 (diff) | |
download | freeipa-fef26fe3d8355c5c3f22348bb7390af0a1e5cef7.tar.gz freeipa-fef26fe3d8355c5c3f22348bb7390af0a1e5cef7.tar.xz freeipa-fef26fe3d8355c5c3f22348bb7390af0a1e5cef7.zip |
UI for OTP tokens
https://fedorahosted.org/freeipa/ticket/3369
Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
Diffstat (limited to 'install/ui/test/data')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index cf13591a5..828af9fc3 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -365,6 +365,11 @@ "usergroups": "User Groups", "users": "Users" }, + "otptoken": { + "details": "OTP Token Settings", + "disable": "Disable token", + "enable": "Enable token" + }, "permission": { "identity": "Identity", "invalid_target": "Permission with invalid target specification", |