#964 inability to add *authenticated in the admin area for neighborhoods

v1.0.0
closed
sf-2 (994)
General
nobody
2015-08-20
2010-09-23
Mark Ramm
No

Right now adobe could not reopen project registration even if they wanted too, because the project registration process permissions give a 500 server error when you add *authenticated to the create permission slot.

    Module allura.controllers.project:485 in update_acl
    <<          if new.get('add'):
                       u = M.User.by_username(new['username'])
                       self.neighborhood.acl[permission].append(u._id)
                   redirect('permissions')
    >>  self.neighborhood.acl[permission].append(u._id)
    AttributeError: 'NoneType' object has no attribute '_id'

Discussion

  • Mark Ramm - 2010-09-23

    description has changed

     
  • Rick Copeland - 2010-09-24
    • assigned_to: Rick Copeland
    • custom_field__size: --> 1

    • status: open --> closed

     

Log in to post a comment.