Fix #20551 - Disable autocapitalize for username field on login / reset password pages

Signed-off-by: Liam JACK <1422590-liamjack@users.noreply.gitlab.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
Liam JACK 2020-04-18 18:21:08 +02:00 committed by npmbuildbot[bot]
parent 64196ddd19
commit d71b93235d
4 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -59,6 +59,7 @@
v-model="user"
type="text"
name="user"
autocapitalize="off"
:autocomplete="autoCompleteAllowed ? 'on' : 'off'"
:placeholder="t('core', 'Username or email')"
:aria-label="t('core', 'Username or email')"

View File

@ -27,6 +27,7 @@
v-model="user"
type="text"
name="user"
autocapitalize="off"
:placeholder="t('core', 'Username or email')"
:aria-label="t('core', 'Username or email')"
required