Modify ↓
Opened 18 years ago
Closed 18 years ago
#4171 closed defect (duplicate)
Internal Error when trying to remove anonymous permissions
Reported by: | Guy | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10 |
Severity: | major | Keywords: | permission |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Either through trac-admin or the webmanager / account manager, I get an internal error with "LOG_VIEW is not a valid action." or any other selected permission to remove from an anonymous user.
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
This also occurs when no repository is used at all.
Problem: 'permission remove anonymous *' exits with the error that 'LOG_VIEW' is not a valid action. So it doesn't work without a repository.
comment:3 by , 18 years ago
Keywords: | permission added |
---|---|
Priority: | highest → normal |
Resolution: | → duplicate |
Status: | new → closed |
See #2546 … take 5
Note:
See TracTickets
for help on using tickets.
This is because PermissionSystem checks that it knows about a permission before removing it. So if you have the browser disabled, you cannot remove its permissions.