Changeset 13181 for main/waeup.kofa
- Timestamp:
- 22 Jul 2015, 04:36:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/authentication.py
r12926 r13181 530 530 UserProcessor, self).checkConversion(row, mode=mode) 531 531 # We need to check if roles exist. 532 roles = row.get('roles', None)532 roles = row.get('roles', IGNORE_MARKER) 533 533 all_roles = [i[0] for i in get_all_roles()] 534 534 if roles not in ('', IGNORE_MARKER):
Note: See TracChangeset for help on using the changeset viewer.