LDAP done
This commit is contained in:
parent
d885f24f7b
commit
d6a0b8f428
6 changed files with 37 additions and 24 deletions
|
@ -39,7 +39,7 @@ Gitlab::Application.routes.draw do
|
|||
resources :projects, :constraints => { :id => /[^\/]+/ }, :only => [:new, :create, :index]
|
||||
resources :keys
|
||||
|
||||
devise_for :users, :controllers => { :omniauth_callbacks => "users/omniauth_callbacks" }
|
||||
devise_for :users, :controllers => { :omniauth_callbacks => :omniauth_callbacks }
|
||||
|
||||
resources :projects, :constraints => { :id => /[^\/]+/ }, :except => [:new, :create, :index], :path => "/" do
|
||||
member do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue