-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.3, 3.2, 3.11.5, 4.0
-
MOODLE_311_STABLE, MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE
-
-
Reproduction steps
- Create test users using the following CSV file content via 'Site administration' > 'Users' > 'Upload users' -
username,firstname,lastname,email,auth
test.account1,Test,Account1,test1@example.com,nologin
test.account2,Test,Account2,test2@example.com,nologin
- Update the same users using the following CSV file content via 'Site administration' > 'Users' > 'Upload users' -
username,firstname,lastname,email,auth
test.account1,Test,Account1,test1@example.com,email
test.account2,Test,Account2,test2@example.com,email
- Change the following options:
- Upload type: Add new and update existing users
- Existing user details: "Fill in missing from file and defaults"
Actual: authentication method is changed to email
Expected: authentication method remains nologin
- Discovered while testing
-
MDL-55062 Upload users admin tool incorrectly updates authentication method for existing users when not included in CSV
-
- Closed
-