Skip to content

Commit 27ffcca

Browse files
pvanderknyffCJStuart
authored andcommitted
Only have one password field in connection-fields
1 parent cac9c88 commit 27ffcca

12 files changed

+6
-20
lines changed

tableau-databricks/connection-fields.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,18 @@ limitations under the License. -->
6363
<condition field="authentication" value="auth-user-pass" />
6464
</conditions>
6565
</field>
66+
6667
<field name="password" label="@string/password_prompt/" category="authentication" value-type="string" secure="true">
67-
<conditions>
68-
<condition field="authentication" value="auth-user-pass" />
69-
</conditions>
68+
<conditions>
69+
<condition field="authentication" value="auth-pass" />
70+
<condition field="authentication" value="auth-user-pass" />
71+
</conditions>
7072
</field>
7173

72-
<field name="password" label="@string/token_prompt/" category="authentication" value-type="string" secure="true">
73-
<conditions>
74-
<condition field="authentication" value="auth-pass" />
75-
</conditions>
76-
</field>
7774
<!-- /Authentication -->
7875

7976
<!-- Proxy -->
80-
77+
8178
<!-- TODO: enable once 'secure="true"' is supported -->
8279
<!--
8380
<field name="use-proxy" label="Use Proxy" category="advanced" value-type="boolean">

tableau-databricks/resources-de_DE.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

tableau-databricks/resources-en_GB.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

tableau-databricks/resources-en_US.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

tableau-databricks/resources-es_ES.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

tableau-databricks/resources-fr_FR.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

tableau-databricks/resources-it_IT.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

tableau-databricks/resources-ja_JP.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

tableau-databricks/resources-ko_KR.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

tableau-databricks/resources-pt_BR.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

tableau-databricks/resources-zh_CN.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

tableau-databricks/resources-zh_TW.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ limitations under the License. -->
2828

2929
<string name="username_prompt">Username</string>
3030
<string name="password_prompt">Password</string>
31-
<string name="token_prompt">Personal Access Token</string>
3231

3332
<string name="odbc_extra_config_prompt">Extra ODBC options ('key=value;key2=value2;...')</string>
3433

0 commit comments

Comments
 (0)