summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/widgets/LoginScreen.js
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/src/freeipa/widgets/LoginScreen.js
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/src/freeipa/widgets/LoginScreen.js')
-rw-r--r--install/ui/src/freeipa/widgets/LoginScreen.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/ui/src/freeipa/widgets/LoginScreen.js b/install/ui/src/freeipa/widgets/LoginScreen.js
index 87938f9c0..13100fa31 100644
--- a/install/ui/src/freeipa/widgets/LoginScreen.js
+++ b/install/ui/src/freeipa/widgets/LoginScreen.js
@@ -50,9 +50,9 @@ define(['dojo/_base/declare',
expired_msg: "Your session has expired. Please re-login.",
- form_auth_msg: "To login with username and password, enter them in the fields below, then click Login.",
+ form_auth_msg: "<i class=\"fa fa-info-circle\"></i> To login with <strong>username and password</strong>, enter them in the corresponding fields, then click Login.",
- kerberos_msg: " To login with Kerberos, please make sure you" +
+ kerberos_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. ",
@@ -298,7 +298,7 @@ define(['dojo/_base/declare',
},
set_reset_aside_text: function() {
- this.set('aside', '');
+ this.set('aside', "<p>"+this.otp_info_msg+"<p/>");
},
constructor: function(spec) {