-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.9.19, 3.11.12, 4.0.6, 4.1.1
-
None
-
MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
We have a deployment pipelines with several non-production Moodle LMS sites (e.g. dev, qa, staging) which will never be registered. As a Moodle Site Administrator, I would like to be able to remove the persistent "Your site is not yet registered" message and the "Register your site" button which appear near the top of the page in Site Administration on non-production sites.
After applying the attached commit (coming soon), Admins would be able to remove this message by adding the following line to their Moodle LMS site's config.php file:
$CFG->neverregister = true;