- Timestamp:
- 7 Oct 2012, 21:48:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/authentication.txt
r8984 r9308 145 145 [] 146 146 147 the local role has gone. 147 the local role has gone and also the site roles have been removed: 148 149 >>> prm = IPrincipalRoleManager(root['app']) 150 >>> [x[0] for x in prm.getRolesForPrincipal('alice') 151 ... if x[0].startswith('waeup.')] 152 [] 148 153 149 154
Note: See TracChangeset for help on using the changeset viewer.