constant CAS_ROLES_DRUPAL_ROLES_ONLY in CAS roles 8
Same name and namespace in other branches
- 6 cas_roles.module \CAS_ROLES_DRUPAL_ROLES_ONLY
- 7 cas_roles.module \CAS_ROLES_DRUPAL_ROLES_ONLY
Only assign roles which are present in drupal and match, remove user roles not present in CAS.
File
- ./
cas_roles.module, line 14 - Allows user account and profile attributes to be automatically populated using tokens. Provides basic tokens for attributes returned by the CAS server.
Code
define('CAS_ROLES_DRUPAL_ROLES_ONLY', 0);