Skip to content

Fix signup link in admin area not being disabled

Illya Klymov requested to merge ce-signup-not-disabled into master

What does this MR do?

Fixes bug, reported by customer https://gitlab.com/gitlab-org/gitlab-ce/issues/66649 by properly passing "signup enabled" flag to helper

Assuming that signup is disabled in admin >> settings >> general >> signup restrictions

before after
image image
(Signup is marked green) (Signup is disabled and has no active link)

Does this MR meet the acceptance criteria?

Conformity

Merge request reports