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'
description has changed
custom_field__size: --> 1
status: open --> closed