Register link present when Project studio enabled and signup_enabled is false

There seems to be a Register link when signup_enabled application setting is false

Steps to reproduce:

Expect:

  • No Register button
new UI old UI
Screenshot_2025-10-28_at_09.12.50 Screenshot_2025-10-28_at_09.16.26

This was found due to a failing system test:

GLCI_OVERRIDE_PROJECT_STUDIO_ENABLED=true rspec './spec/features/users/show_spec.rb:340'  --fail-fast
Edited by Jay McCure