constant CAS_ROLES_DRUPAL_ROLES_ONLY in CAS roles 7
Same name and namespace in other branches
- 8 cas_roles.module \CAS_ROLES_DRUPAL_ROLES_ONLY
- 6 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);