config/gitlab.yaml stopped working?
I have such setting in my gitlab.yaml:
## Users can create accounts
# This also allows normal users to sign up for accounts themselves
# default: false - By default GitLab administrators must create all new accounts
signup_enabled: false
gravatar:
enabled: false # Use user avatar image from Gravatar.com (default: true)
but still on the login form I have form to signup user, and still gitlab uses gravatars.
I am using only unicorn without any web servers as proxy.