-
Improvement
-
Resolution: Fixed
-
Minor
-
4.2
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE
-
master_
MDL-77300 -
-
1
-
Team Hedgehog Sprint 2.2
Currently the form to register a site only appears once after install. If skip is selected then the form is never shown again.
An admin can choose to register a site at a later date and there is a registration call to action on admin pages for unregistered sites. However, neither of these are particularly effective at getting administrators to register.
Registered sites provide key (anonymous) information to Moodle HQ, so it is important that site admins register their sites.
This patch displays the site registration form to admins after every upgrade. To further encourage them to register their site.
The new registration prompt will NOT display if:
- The site is already registered
- The site is not set to be public: `$CFG->site_is_public = false;`
It will also only display for core upgrades only, not plugin upgrades or installations. If skipped it won't display again until the next core upgrade (or if the site was registered).
So it will not nag developers who upgrade all the time as part of their dev/test workflows and plugin installs/ upgrades won't trigger it either for admins.
- has been marked as being related by
-
MDL-80509 Prompt to register site after all upgrades
-
- Closed
-