summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-11-18 09:55:06 +0000
committerDouwe Maan <douwe@gitlab.com>2016-11-18 09:55:06 +0000
commit75c8faf7ba76563a175766495e132b2f6bdc95d4 (patch)
treedf7c5891980d0e3660d4dd1b3f9134f376be6846 /changelogs
parente252ee5bbf7481e28dd66659940ab6d4ba72b972 (diff)
parentf36e1dbf91180b4382c2878265dd411d70e12713 (diff)
downloadgitlab-ce-75c8faf7ba76563a175766495e132b2f6bdc95d4.tar.gz
Merge branch '24276-usernames-with-dots' into 'master'
Allow registering users where the username contains dots (.) ## What does this MR do? - Allow registering users whose usernames contains dots `.` - This can currently be done by registering with a username containing no dots, and then editing the username to have dots in the user's profile settings. ## Does this MR meet the acceptance criteria? - [#24276/!7500] Unable to register names with dot - [x] Implementation - [x] Tests - [x] Added - [x] [Passing](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7500/builds) - [x] Meta - [x] CHANGELOG entry created - [x] Documentation created/updated - [x] API support added - [x] Branch has no merge conflicts with `master` - [x] Squashed related commits together - [x] Review - [x] Endboss - [x] Use `Gitlab::Regex::NAMESPACE_REGEX_STR` instead of a hardcoded pattern - [x] Define `NAMESPACE_REGEX_STR` in terms of `NAMESPACE_REGEX_STR_JS` - [ ] Wait for merge ## What are the relevant issue numbers? - Closes #24276 See merge request !7500
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/24276-usernames-with-dots.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/24276-usernames-with-dots.yml b/changelogs/unreleased/24276-usernames-with-dots.yml
new file mode 100644
index 00000000000..9aeeb33e9ef
--- /dev/null
+++ b/changelogs/unreleased/24276-usernames-with-dots.yml
@@ -0,0 +1,4 @@
+---
+title: Allow registering users whose username contains dots
+merge_request: 7500
+author: Timothy Andrew