From a641ab68840da4b6c2f848f2ba1f6664a4eb3b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 18 Jun 2019 13:01:19 +0200 Subject: [PATCH] Turn off autocomplete for all password fields --- webapp/components/Password/Change.vue | 3 +++ webapp/components/PasswordReset/VerifyCode.vue | 2 ++ 2 files changed, 5 insertions(+) diff --git a/webapp/components/Password/Change.vue b/webapp/components/Password/Change.vue index 95da2a7be..63c797157 100644 --- a/webapp/components/Password/Change.vue +++ b/webapp/components/Password/Change.vue @@ -11,18 +11,21 @@ id="oldPassword" model="oldPassword" type="password" + autocomplete="off" :label="$t('settings.security.change-password.label-old-password')" /> diff --git a/webapp/components/PasswordReset/VerifyCode.vue b/webapp/components/PasswordReset/VerifyCode.vue index bd214bbef..6e8f116ed 100644 --- a/webapp/components/PasswordReset/VerifyCode.vue +++ b/webapp/components/PasswordReset/VerifyCode.vue @@ -37,12 +37,14 @@ id="newPassword" model="newPassword" type="password" + autocomplete="off" :label="$t('settings.security.change-password.label-new-password')" />