Commit 988a12ab authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'kc-forgot-password-primary-email-text' into 'master'

Add text stating a primary email address must be used

See merge request gitlab-org/gitlab!62882
parents 66fba9a3 ffdeab8f
......@@ -6,6 +6,8 @@
.form-group
= f.label :email
= f.email_field :email, class: "form-control gl-form-input", required: true, value: params[:user_email], autofocus: true, title: _('Please provide a valid email address.')
.form-text.text-muted
= _('Requires your primary GitLab email address.')
.clearfix
= f.submit _("Reset password"), class: "gl-button btn-confirm btn"
......
......@@ -27990,6 +27990,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
msgid "Requires your primary GitLab email address."
msgstr ""
msgid "Resend"
msgstr ""
......
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