diff --git a/ui/app/templates/components/auth-jwt.hbs b/ui/app/templates/components/auth-jwt.hbs index 3621d8b89..6ffa96ad2 100644 --- a/ui/app/templates/components/auth-jwt.hbs +++ b/ui/app/templates/components/auth-jwt.hbs @@ -10,6 +10,7 @@ placeholder="Default" oninput={{perform this.fetchRole value="target.value"}} autocomplete="off" + spellcheck="false" name="role" id="role" class="input" @@ -29,6 +30,7 @@ name="jwt" class="input" autocomplete="off" + spellcheck="false" data-test-jwt=true }} diff --git a/ui/app/templates/components/control-group-success.hbs b/ui/app/templates/components/control-group-success.hbs index 78bce7a69..891a1a411 100644 --- a/ui/app/templates/components/control-group-success.hbs +++ b/ui/app/templates/components/control-group-success.hbs @@ -40,7 +40,7 @@ Token to access data
- {{input data-test-token-input class="input" autocomplete="off" name="token" value=token}} + {{input data-test-token-input class="input" autocomplete="off" spellcheck="false" name="token" value=token}}
diff --git a/ui/app/templates/partials/auth-form/github.hbs b/ui/app/templates/partials/auth-form/github.hbs index d85aeab9c..8777889b4 100644 --- a/ui/app/templates/partials/auth-form/github.hbs +++ b/ui/app/templates/partials/auth-form/github.hbs @@ -9,6 +9,7 @@ class="input" data-test-token=true autocomplete="off" + spellcheck="false" }}
diff --git a/ui/app/templates/partials/auth-form/token.hbs b/ui/app/templates/partials/auth-form/token.hbs index a5d31ea4c..db7c5eff9 100644 --- a/ui/app/templates/partials/auth-form/token.hbs +++ b/ui/app/templates/partials/auth-form/token.hbs @@ -7,6 +7,7 @@ name="token" class="input" autocomplete="off" + spellcheck="false" data-test-token=true }} diff --git a/ui/app/templates/partials/secret-backend-settings/aws.hbs b/ui/app/templates/partials/secret-backend-settings/aws.hbs index b4e0dd9e6..ed2526848 100644 --- a/ui/app/templates/partials/secret-backend-settings/aws.hbs +++ b/ui/app/templates/partials/secret-backend-settings/aws.hbs @@ -53,7 +53,7 @@ Access key
- {{input type="text" id="access" name="access" class="input" autocomplete="off" value=accessKey data-test-aws-input="accessKey"}} + {{input type="text" id="access" name="access" class="input" autocomplete="off" spellcheck="false" value=accessKey data-test-aws-input="accessKey"}}
diff --git a/ui/app/templates/partials/secret-form-create.hbs b/ui/app/templates/partials/secret-form-create.hbs index 48589efa8..4f427b823 100644 --- a/ui/app/templates/partials/secret-form-create.hbs +++ b/ui/app/templates/partials/secret-form-create.hbs @@ -6,6 +6,7 @@

{{input autocomplete="off" + spellcheck="false" data-test-secret-path="true" id="kv-key" class="input" diff --git a/ui/app/templates/partials/tools/unwrap.hbs b/ui/app/templates/partials/tools/unwrap.hbs index 84075b2e7..496601de1 100644 --- a/ui/app/templates/partials/tools/unwrap.hbs +++ b/ui/app/templates/partials/tools/unwrap.hbs @@ -76,6 +76,7 @@ id="token" name="token" autocomplete="off" + spellcheck="false" data-test-tools-input="wrapping-token" }} diff --git a/ui/app/templates/partials/userpass-form.hbs b/ui/app/templates/partials/userpass-form.hbs index fa7d27bb5..403c2e13a 100644 --- a/ui/app/templates/partials/userpass-form.hbs +++ b/ui/app/templates/partials/userpass-form.hbs @@ -7,6 +7,7 @@ id="username" class="input" autocomplete="off" + spellcheck="false" data-test-username=true }} @@ -21,6 +22,7 @@ type="password" class="input" autocomplete="off" + spellcheck="false" data-test-password=true }} diff --git a/ui/app/templates/vault/cluster/access/control-groups.hbs b/ui/app/templates/vault/cluster/access/control-groups.hbs index d18510ae2..1f92f5b49 100644 --- a/ui/app/templates/vault/cluster/access/control-groups.hbs +++ b/ui/app/templates/vault/cluster/access/control-groups.hbs @@ -24,7 +24,7 @@ Accessor

- {{input class="input" autocomplete="off" name="accessor" value=model.id}} + {{input class="input" autocomplete="off" spellcheck="false" name="accessor" value=model.id}}
diff --git a/ui/app/templates/vault/cluster/auth.hbs b/ui/app/templates/vault/cluster/auth.hbs index b595ef7df..1cb533ee0 100644 --- a/ui/app/templates/vault/cluster/auth.hbs +++ b/ui/app/templates/vault/cluster/auth.hbs @@ -19,6 +19,7 @@ placeholder="/ (Root)" oninput={{perform updateNamespace value="target.value"}} autocomplete="off" + spellcheck="false" name="namespace" id="namespace" class="input" diff --git a/ui/app/templates/vault/cluster/init.hbs b/ui/app/templates/vault/cluster/init.hbs index cac3753c8..423722266 100644 --- a/ui/app/templates/vault/cluster/init.hbs +++ b/ui/app/templates/vault/cluster/init.hbs @@ -136,6 +136,7 @@ data-test-key-shares="true" class="input" autocomplete="off" + spellcheck="false" name="key-shares" type="number" step="1" @@ -158,7 +159,9 @@
{{input data-test-key-threshold="true" - class="input" autocomplete="off" + class="input" + autocomplete="off" + spellcheck="false" name="key-threshold" type="number" step="1"