Changeset 6202 for main/waeup.sirp/trunk/src/waeup/sirp/authentication.txt
- Timestamp:
- 26 May 2011, 23:34:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/authentication.txt
r6180 r6202 111 111 {} 112 112 113 If one notifies the machinery of a local role removal for an object 114 that cannot have local roles, this will cause no trouble: 115 116 >>> mycontext = None #object() 117 >>> notify(LocalRoleSetEvent( 118 ... mycontext, 'waeup.PortalManager', 'bob', granted=False 119 ... )) is None 120 True 121 113 122 Logging in via side bar 114 123 =======================
Note: See TracChangeset for help on using the changeset viewer.