Changeset 12915 for main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
- Timestamp:
- 8 May 2015, 07:09:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r12901 r12915 482 482 phone = Attribute("The phone number of a user") 483 483 public_name = Attribute("The public name of a user") 484 user_type = Attribute("The type of a user") 484 485 485 486 … … 504 505 title = _(u'Public Name'), 505 506 required = False,) 507 508 user_type = Attribute('The user type of the principal') 506 509 507 510 class IFailedLoginInfo(IKofaObject): … … 599 602 600 603 class IUsersContainer(IKofaObject): 601 """A container for users (principals). 602 603 These users are used for authentication purposes. 604 """A container for officers. 604 605 """ 605 606
Note: See TracChangeset for help on using the changeset viewer.