Comment 2 for bug 1773609

Revision history for this message
Steven (stevens-q) wrote :

The patch for the above bug differs from the expected result.
Both remoteuser and remotename are both valid column headers and can be used. This is because the system uses both and we do not want to get rid of one. ✔

The Intention of the bug is that a user can download a report for selected users in CSV format and then use the file to update users details/ re add them
(there is an "Update users" toggle button at the bottom of Add users by CSV page)

The following issues of the downloaded CSV file are
1. There is a column header (displayname) that must be removed
2. There is a column header (lastlogin) that must be removed
3. There is a column header (password) that must be added if you want to add users that may have been deleted

Catalyst QA failed testing as the overall intention was not met. ✘