Roundup Tracker - Issues

Issue 1103656

classification
Removing permission to view user brings 403 error
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: : alain_tesio
Priority: normal :

Created on 2005-01-17 04:46 by alain_tesio, last changed 2005-01-17 04:46 by alain_tesio.

Messages
msg1832 Author: [hidden] (alain_tesio) Date: 2005-01-17 04:46
When you comment this line in schema.py:

db.security.addPermissionToRole('User', 'View', 'user')

You cannot see the home page, it gives this error:

(You are not allowed to view items of class user). 

Error code explanation: 403 = Request forbidden --
authorization will not help. 
msg1833 Author: [hidden] (alain_tesio) Date: 2005-01-17 04:47
Logged In: YES 
user_id=13893

with version 0.8.0b2
History
Date User Action Args
2005-01-17 04:46:08alain_tesiocreate