-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.6, 4.0
-
Any, PostgreSQL
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_402_STABLE, MOODLE_403_STABLE
-
MDL-74500-403 -
Before 4.0, creating a required Checkbox user profile field forced users to update their profile. Then users could decide whether to select the checkbox or not, but they were forced to update the profile. In 4.0 it no longer happens, other profile field types (like Text input) behave as they used to, but not Checkbox.
How to reproduce:
- As admin, go to Site administration > Users > User profile fields.
- Click "Create a new profile field" and select "Checkbox".
- Add a short name and a name. In "Is this field required?" select Yes.
- Save the changes. Now you should be redirected to the page to update the admin profile, but you aren't.