Can't log in; "No authentication methods configured."
Created by: pduersteler
I just updated from 6.9.2 to 7.7.0 (branch 7-7-stable). It does not matter what I put into config/gitlab.yml
, I always see "No authentication methods configured." when browsing to users/sign_in
.
Currently, I've set signin_enabled: true
, which in my understanding should display the form. I checked, and signin_enabled?
is nil
in the view instead of the value given from the gitlab config file.