summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/ipa_init.json
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-24 18:32:25 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-08-20 19:28:06 +0200
commitcba5247f99bca6eb8ed73b73f20cb9e9b3a45e91 (patch)
tree297cdf7cb813852c692e708ad29e9f88431beb3f /install/ui/test/data/ipa_init.json
parenta94fc09b5747ff5ffc632d95b330470ed78ee0f5 (diff)
downloadfreeipa-cba5247f99bca6eb8ed73b73f20cb9e9b3a45e91.tar.gz
freeipa-cba5247f99bca6eb8ed73b73f20cb9e9b3a45e91.tar.xz
freeipa-cba5247f99bca6eb8ed73b73f20cb9e9b3a45e91.zip
webui: improved info msgs on login/token sync/reset pwd pages
- add info icons to distinguish and classify the messages. - add info text for OTP fields - fix login instruction inaccuracy related to position of login button https://fedorahosted.org/freeipa/ticket/4470 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/test/data/ipa_init.json')
-rw-r--r--install/ui/test/data/ipa_init.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 8a482134d..28ec80b24 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -141,9 +141,9 @@
"pad": "PAD"
},
"login": {
- "form_auth": "To login with username and password, enter them in the fields below then click Login.",
+ "form_auth": "<i class=\"fa fa-info-circle\"></i> To login with <strong>username and password</strong>, enter them in the corresponding fields, then click Login.",
"header": "Logged In As",
- "krb_auth_msg": "To login with Kerberos, please make sure you have valid tickets (obtainable via kinit) and <a href='http://${host}/ipa/config/unauthorized.html'>configured</a> the browser correctly, then click Login.",
+ "krb_auth_msg": "<i class=\"fa fa-info-circle\"></i> To login with <strong>Kerberos</strong>, please make sure you have valid tickets (obtainable via kinit) and <a href='http://${host}/ipa/config/unauthorized.html'>configured</a> the browser correctly, then click Login.",
"login": "Login",
"logout": "Logout",
"logout_error": "Logout error",
@@ -517,6 +517,7 @@
"new_password": "New Password",
"new_password_required": "New password is required",
"otp": "OTP",
+ "otp_info": "<i class=\"fa fa-info-circle\"></i> <strong>One-Time-Password(OTP):</strong> Generate new OTP code for each OTP field.",
"otp_long": "One-Time-Password",
"otp_sync_fail": "Token synchronization failed",
"otp_sync_invalid": "The username, password or token codes are not correct",