-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.7, 3.3.3, 3.3.4, 3.4.1
-
MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
- Create a CSV file with fields: username, firstname, lastname, email; and fill in details for at least one user
- Visit Site admin > Users > Accounts > Upload users
- Upload the CSV file
- On the second form, set:
- 'Upload type' to 'Add new only, skip existing users'
- 'City/town' (under 'Default values') to 'Paris'
- Click 'Upload users'
Expected result:
- Users created with their city field set to 'Paris'
Actual result:
- Users created, but their city field is blank
- is a regression caused by
-
MDL-55062 Upload users admin tool incorrectly updates authentication method for existing users when not included in CSV
- Closed