Roundup Tracker - Issues

Message3718

Author cmeerw
Recipients cmeerw
Date 2009-06-08.17:17:02
Message-id <1244481423.41.0.540935086439.issue2550553@psf.upfronthosting.co.za>
In-reply-to
Trying to use the classic template on a fresh 1.4.8 install, logging in 
as "admin" user and select Administration-"Add User" from the menu. 
After filling in all required fields and pressing "Submit new entry", 
nothing happens.

Looking at the source-code in cgi/actions.py NewItemAction.handle 
appears to specifically block user creation:

        # guard against new user creation that would bypass security 
checks
        for key in props:
            if 'user' in key:
                return

I think this is a breakage from 1.4.6.
History
Date User Action Args
2009-06-08 17:17:03cmeerwsetmessageid: <1244481423.41.0.540935086439.issue2550553@psf.upfronthosting.co.za>
2009-06-08 17:17:03cmeerwsetrecipients: + cmeerw
2009-06-08 17:17:03cmeerwlinkissue2550553 messages
2009-06-08 17:17:02cmeerwcreate