Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-02-12 12:09:23 +0300
committerDouwe Maan <douwe@gitlab.com>2016-02-12 12:09:23 +0300
commit2afd95a02520f929773990f78fdf209afc829636 (patch)
tree8535bae3b4446cf21beb461e21983455dc09d319 /CHANGELOG
parent0807bd51308c9f56b914a0a6a3655806d92835a9 (diff)
parentb3635ee46a1e62d72ce84871e2a5984e6eabfbdf (diff)
Merge branch 'streamline-email-validation' into 'master'
Validate email addresses using Devise.email_regexp Also: - Get rid of legacy `:strict_mode` - Get rid of custom `:email` validator - Add some shared examples to spec emails validation This supersedes !2754 and fixes #3851. See merge request !2771
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3fc9558e285..a2293c202eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,7 @@ v 8.5.0 (unreleased)
- Fix label links for a merge request pointing to issues list
- Don't vendor minified JS
- Increase project import timeout to 15 minutes
+ - Be more permissive with email address validation: it only has to contain a single '@'
- Display 404 error on group not found
- Track project import failure
- Support Two-factor Authentication for LDAP users