Skip to content
Snippets Groups Projects

Emails without top level domain can't be submitted during registration

Closed Divyam Tayal requested to merge gitlab-community/gitlab:499244-email-val into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -64,7 +64,7 @@
@@ -64,7 +64,7 @@
title: _('Please provide a valid email address.')
title: _('Please provide a valid email address.')
%p.validation-hint.gl-field-hint.text-secondary
%p.validation-hint.gl-field-hint.text-secondary
= _('We recommend a work email address.')
= _('We recommend a work email address.')
%p.validation-warning.gl-field-error-ignore.text-secondary.hide
%p.validation-warning.gl-field-error-ignore.gl-text-red-500.hide
= _('This email address does not look right, are you sure you typed it correctly?')
= _('This email address does not look right, are you sure you typed it correctly?')
-# This is used for providing entry to Jihu on email verification
-# This is used for providing entry to Jihu on email verification
= render_if_exists 'devise/shared/signup_email_additional_info'
= render_if_exists 'devise/shared/signup_email_additional_info'
Loading