Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12226


Ignore:
Timestamp:
Oct 6, 2015, 2:23:25 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12226 – Description

    initial v1  
    1 The following issue was reported in gmessage:trac-users:vKI_MDGL-Fs/ecyzUJLqBAAJ. The user had granted `TRAC_Admin` to a user and when attempting to grant `TRAC_ADMIN`, the system replied that the user already had `TRAC_ADMIN`. I haven't tried to reproduce yet with MySQL.
     1The following issue was reported in gmessage:trac-users:vKI_MDGL-Fs/ecyzUJLqBAAJ. The user had granted `TRAC_Admin` to a user, and when attempting to grant `TRAC_ADMIN`, the system replied that the user already had `TRAC_ADMIN`. I haven't tried to reproduce yet with MySQL.
    22
    3 It would seem that the most straightforward way to avoid confusion would be to prevent users from adding a permissions group that differs from a defined action by case-sensitivity only. Further, to handle the case that a component is enabled after a permission is granted, we should provide a more accurate error message, showing the actual casing of the permission that has already been granted.
     3It would seem that the most straightforward way to avoid confusion would be to prevent users from adding a permissions group that differs from a defined action only by case. Further, to handle the scenario in which a component is enabled after a permission is granted we should provide a more accurate error message, showing the actual casing of the permission that has already been granted.