Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #6967

Closed
Open
Created May 13, 2014 by Administrator@rootOwner

Missing setting 'signin_enabled' in 'gitlab' section in /home/git/gitlab/config/gitlab.yml

Created by: runemadsen

Hi all

We updated to Gitlab 6.8 on two different servers, and we're now getting a 500 error when trying to sign in on one of them:

Started GET "/users/sign_in" for 173.225.73.123 at 2014-05-13 18:48:57 +0000
Processing by Devise::SessionsController#new as HTML
Rendered devise/sessions/new.html.haml within layouts/devise (0.7ms)
Completed 500 Internal Server Error in 4ms
ActionView::Template::Error (Missing setting 'signin_enabled' in 'gitlab' section in /home/git/gitlab/config/gitlab.yml):
15: - elsif ldap_enabled?
16: = render partial: 'devise/sessions/new_ldap'
17:
18: - elsif gitlab_config.signin_enabled
19: = render partial: 'devise/sessions/new_base'
20:
21: - else
app/views/devise/sessions/new.html.haml:18:in `_app_views_devise_sessions_new_html_haml__1883089644502964188_69857600'
app/controllers/application_controller.rb:58:in `set_current_user_for_thread'

I checked the gitlab.yml file on both servers, and none of them have the signin_enabled setting, but still one of them works.

We used the official cookbook to deploy this, so I'm not sure what's going on.

Assignee
Assign to
Time tracking