Commit 47dd2785 authored by jejacks0n's avatar jejacks0n

Use new-password instead of autocomplete=“off”

parent fa007604
......@@ -9,7 +9,7 @@
.devise-errors
= render 'devise/shared/error_messages', resource: resource
- if Gitlab::CurrentSettings.invisible_captcha_enabled
= invisible_captcha nonce: true
= invisible_captcha nonce: true, autocomplete: 'new-password'
.name.form-row
.col.form-group
= f.label :first_name, _('First name'), for: 'new_user_first_name', class: 'label-bold'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment