mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Address more 'to login'
Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
This commit is contained in:
@@ -123,7 +123,7 @@
|
|||||||
Once you are able to log into the workstation with your kerberos key you are now able to use that ticket in Internet Explorer.
|
Once you are able to log into the workstation with your kerberos key you are now able to use that ticket in Internet Explorer.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong>Login to the Windows machine using an account of your Kerberos realm (administrative domain)</strong>
|
<strong>Log into the Windows machine using an account of your Kerberos realm (administrative domain)</strong>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong>In Internet Explorer, click Tools, and then click Internet Options.</strong>
|
<strong>In Internet Explorer, click Tools, and then click Internet Options.</strong>
|
||||||
|
|||||||
@@ -51,13 +51,13 @@ define(['dojo/_base/declare',
|
|||||||
|
|
||||||
expired_msg: "Your session has expired. Please re-login.",
|
expired_msg: "Your session has expired. Please re-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.",
|
form_auth_msg: "<i class=\"fa fa-info-circle\"></i> To log in with <strong>username and password</strong>, enter them in the corresponding fields, then click Login.",
|
||||||
|
|
||||||
kerberos_msg: "<i class=\"fa fa-info-circle\"></i> To login with <strong>Kerberos</strong>, please make sure you" +
|
kerberos_msg: "<i class=\"fa fa-info-circle\"></i> To log in with <strong>Kerberos</strong>, please make sure you" +
|
||||||
" have valid tickets (obtainable via kinit) and " +
|
" have valid tickets (obtainable via kinit) and " +
|
||||||
"<a href='http://${host}/ipa/config/ssbrowser.html'>configured</a>" +
|
"<a href='http://${host}/ipa/config/ssbrowser.html'>configured</a>" +
|
||||||
" the browser correctly, then click Login. ",
|
" the browser correctly, then click Login. ",
|
||||||
cert_msg: "<i class=\"fa fa-info-circle\"></i> To login with <strong>certificate</strong>," +
|
cert_msg: "<i class=\"fa fa-info-circle\"></i> To log in with <strong>certificate</strong>," +
|
||||||
" please make sure you have valid personal certificate. ",
|
" please make sure you have valid personal certificate. ",
|
||||||
|
|
||||||
form_auth_failed: "Login failed due to an unknown reason. ",
|
form_auth_failed: "Login failed due to an unknown reason. ",
|
||||||
|
|||||||
@@ -10,11 +10,11 @@
|
|||||||
"username" : "Username",
|
"username" : "Username",
|
||||||
"logout_error" : "Logout error",
|
"logout_error" : "Logout error",
|
||||||
"logout" : "Logout",
|
"logout" : "Logout",
|
||||||
"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.",
|
"krb_auth_msg" : "<i class=\"fa fa-info-circle\"></i> To log in 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.",
|
||||||
"sync_otp_token" : "Sync OTP Token",
|
"sync_otp_token" : "Sync OTP Token",
|
||||||
"login" : "Login",
|
"login" : "Login",
|
||||||
"password" : "Password",
|
"password" : "Password",
|
||||||
"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.",
|
"form_auth" : "<i class=\"fa fa-info-circle\"></i> To log in with <strong>username and password</strong>, enter them in the corresponding fields, then click Login.",
|
||||||
"loading_md" : "Loading data"
|
"loading_md" : "Loading data"
|
||||||
},
|
},
|
||||||
"status" : {
|
"status" : {
|
||||||
|
|||||||
Reference in New Issue
Block a user