Merge "Disable autocomplete on 2FA verification fields"

This commit is contained in:
jenkins-bot 2019-06-19 16:25:46 +00:00 committed by Gerrit Code Review
commit 6ae31eb6ce
2 changed files with 4 additions and 0 deletions

View file

@ -104,6 +104,8 @@ class TOTPDisable extends FormSpecialPage {
'required' => true,
'autofocus' => true,
'dir' => 'ltr',
'autocomplete' => false,
'spellcheck' => false,
],
'returnto' => [
'type' => 'hidden',

View file

@ -168,6 +168,8 @@ class TOTPEnable extends FormSpecialPage {
'name' => 'token',
'section' => 'step4',
'dir' => 'ltr',
'autocomplete' => false,
'spellcheck' => false,
],
'returnto' => [
'type' => 'hidden',