mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-323: Add translation file; hide ticket field header.
This commit is contained in:
committed by
Nick Couchman
parent
5a763d2a53
commit
ab40313ced
@@ -91,7 +91,7 @@ public class AuthenticationProviderService {
|
|||||||
|
|
||||||
// Request CAS ticket
|
// Request CAS ticket
|
||||||
throw new GuacamoleInsufficientCredentialsException(
|
throw new GuacamoleInsufficientCredentialsException(
|
||||||
"Please wait, redirecting to CAS authentication.",
|
"LOGIN.INFO_CAS_REDIRECT_PENDING",
|
||||||
new CredentialsInfo(Arrays.asList(new Field[] {
|
new CredentialsInfo(Arrays.asList(new Field[] {
|
||||||
|
|
||||||
// CAS-specific ticket (will automatically redirect the user
|
// CAS-specific ticket (will automatically redirect the user
|
||||||
|
@@ -9,6 +9,10 @@
|
|||||||
"org.apache.guacamole.auth.cas.CASAuthenticationProvider"
|
"org.apache.guacamole.auth.cas.CASAuthenticationProvider"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
"translations" : [
|
||||||
|
"translations/en.json"
|
||||||
|
],
|
||||||
|
|
||||||
"js" : [
|
"js" : [
|
||||||
"casModule.js",
|
"casModule.js",
|
||||||
"casController.js",
|
"casController.js",
|
||||||
|
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"DATA_SOURCE_CAS" : {
|
||||||
|
"NAME" : "CAS SSO Backend"
|
||||||
|
},
|
||||||
|
|
||||||
|
"LOGIN" : {
|
||||||
|
"FIELD_HEADER_TICKET" : "",
|
||||||
|
"INFO_CAS_REDIRECT_PENDING" : "Please wait, redirecting to CAS authentication."
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user