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:
parent
ae3160fdd7
commit
dca9f84961
@ -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.
|
||||
</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>
|
||||
<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.",
|
||||
|
||||
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 " +
|
||||
"<a href='http://${host}/ipa/config/ssbrowser.html'>configured</a>" +
|
||||
" 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. ",
|
||||
|
||||
form_auth_failed: "Login failed due to an unknown reason. ",
|
||||
|
@ -10,11 +10,11 @@
|
||||
"username" : "Username",
|
||||
"logout_error" : "Logout error",
|
||||
"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",
|
||||
"login" : "Login",
|
||||
"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"
|
||||
},
|
||||
"status" : {
|
||||
|
Loading…
Reference in New Issue
Block a user