Sign-up form visible on login page even when signup_enabled=false
Created by: zrax
After updating to GitLab 7.7.0.rc2, the login page now contains the Sign Up form by default. Even after setting signup_enabled: false
in the config.yml and restarting sidekiq and Apache (I'm using Phusion Passenger rather than Nginx/unicorn), the sign-up form is still displayed.
For reference, this behavior was not seen in GitLab 7.6.0 on the same configuration.