Custom Query (22 matches)
Results (16 - 18 of 22)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#8 | fixed | Link from user admin back to projects | rob.hooft@… | |
Description |
There should be an obvious way to back out of the user admin tool |
|||
#22 | fixed | Project admin page editable by logged in user, not just admins | support@… | tim.te.beek@… |
Description |
Any logged in user can administrate any project, by altering the below URL in a predictable manner: https://trac.nbic.nl/admin/ProjectAdmin.php?mode=editproject&project=sandbox Currently the only requirement is that the user is logged in, not whether or not the user is an administrator for the project. This constitutes a mayor security project for every current Trac project. |
|||
#17 | fixed | SQL error after updating account info while a project request has not yet been approved | work@… | |
Description |
When you request a project, and then update your account information, you get an SQL error when that project request is still open: (SELECT action FROM "grails-plugins".permission WHERE username='YOUR_USERNAME' AND action='TRAC_ADMIN' LIMIT 1; ERROR: schema "grails-plugins" does not exist) |