Resolve "Improve the wording of Anyone can register notification"
What does this MR do and why?
This MR was created to resolve this issue.
It updates the copy in the alert that warns admins that sign up is enabled on their GitLab instance.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Sign in as an admin
- Navigate to
/admin/application_settings/general
. In theSign-up restrictions
panel check theSign-up enabled
checkbox. - Clear closed callouts
bin/rails console
Users::Callout.where({ feature_name: 25 }).destroy_all
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Peter Hegman