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:
Diffstat (limited to 'lib/users/internal.rb')
-rw-r--r--lib/users/internal.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/users/internal.rb b/lib/users/internal.rb
index 30ef20dbd7b..4b6df4ed928 100644
--- a/lib/users/internal.rb
+++ b/lib/users/internal.rb
@@ -138,6 +138,7 @@ module Users
email: email,
&creation_block
)
+ user.assign_personal_namespace
Users::UpdateService.new(user, user: user).execute(validate: false)
user