determining who is (ab)using codehosting requires DB access
Bug #1022782 reported by
Robert Collins
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
Codehosting shows the user id in its ps listing, but to map from user id to username you need DB access. Allowing sysadmins to lookup by ID in the webapp/API would reduce them needing to poke directly at the DB.
This related to bug 655565 which wants to look users up my an immutable id.