Message3718
 
 
 
 
  
      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. | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2009-06-08 17:17:03 | cmeerw | set | messageid: <1244481423.41.0.540935086439.issue2550553@psf.upfronthosting.co.za> |  
| 2009-06-08 17:17:03 | cmeerw | set | recipients:
  + cmeerw |  
| 2009-06-08 17:17:03 | cmeerw | link | issue2550553 messages |  
| 2009-06-08 17:17:02 | cmeerw | create |  |  
 
 
 |