From T271275: Log when admins are added to or removed from SecurePoll elections:
Reproduction steps
One
- Create an election with the election admin: "Election admin"
- Disable Javascript, then edit the election and add an underscore to the admin's name (e.g. "Election_admin")
Observed outcome: Two entries in the log table, one add and one remove, but for the same user.
Two
- Create an election with any election admin
- Disable Javascript, then edit the election and add two admins: "Election admin" and "Election_admin"
Observed outcome: Two entries in the log table which claim to be adding the same user. In the securepoll_properties table you will also see Election admin|Election_admin in the admins row.