diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index 58331118e7..2f517dc69f 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -50,6 +50,11 @@ "type" : "BOOLEAN", "options" : [ "true" ] }, + { + "name" : "always-prompt-for-credentials", + "type" : "BOOLEAN", + "options" : [ "true" ] + }, { "name" : "cert-tofu", "type" : "BOOLEAN", diff --git a/guacamole/src/main/frontend/src/translations/en.json b/guacamole/src/main/frontend/src/translations/en.json index ef21734225..a1bc6e5ae1 100644 --- a/guacamole/src/main/frontend/src/translations/en.json +++ b/guacamole/src/main/frontend/src/translations/en.json @@ -624,6 +624,7 @@ "FIELD_HEADER_HEIGHT" : "Height:", "FIELD_HEADER_HOSTNAME" : "Hostname:", "FIELD_HEADER_IGNORE_CERT" : "Ignore server certificate:", + "FIELD_HEADER_ALWAYS_PROMPT_FOR_CREDENTIALS": "Prompt for credentials in browser form:", "FIELD_HEADER_INITIAL_PROGRAM" : "Initial program:", "FIELD_HEADER_LOAD_BALANCE_INFO" : "Load balance info/cookie:", "FIELD_HEADER_NORMALIZE_CLIPBOARD" : "Line endings:",