Changeset 8079
- Timestamp:
- 9 Apr 2012, 12:39:27 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py
r8062 r8079 423 423 424 424 class AddUserFormPage(KofaAddFormPage): 425 """Add a user account. 426 """ 425 427 grok.require('waeup.manageUsers') 426 428 grok.context(IUsersContainer) -
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r8062 r8079 430 430 roles = schema.List( 431 431 title = _(u'Portal roles'), 432 value_type = schema.Choice(source=RoleSource())) 432 value_type = schema.Choice(source=RoleSource()), 433 required = False, 434 ) 433 435 434 436 class IPasswordValidator(Interface):
Note: See TracChangeset for help on using the changeset viewer.