Ignore:
Timestamp:
9 Apr 2012, 12:39:27 (12 years ago)
Author:
Henrik Bettermann
Message:

Local roles are not required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r8062 r8079  
    430430    roles = schema.List(
    431431        title = _(u'Portal roles'),
    432         value_type = schema.Choice(source=RoleSource()))
     432        value_type = schema.Choice(source=RoleSource()),
     433        required = False,
     434        )
    433435
    434436class IPasswordValidator(Interface):
Note: See TracChangeset for help on using the changeset viewer.