Skip to content
Snippets Groups Projects

CentOS 6.4 install GitLab 6 0 stable ssh Auth fail

Closed gitlab-qa-bot requested to merge 6-0-stable into master
2 files
+ 14
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -319,7 +319,7 @@ class User < ActiveRecord::Base
end
def several_namespaces?
namespaces.many?
namespaces.many? || owned_groups.any?
end
def namespace_id
Loading