constant CAS_ROLES_CREATE_NEW_ROLES in CAS roles 7
Same name and namespace in other branches
- 8 cas_roles.module \CAS_ROLES_CREATE_NEW_ROLES
- 6 cas_roles.module \CAS_ROLES_CREATE_NEW_ROLES
Create roles which don't exits in Drupal, remove user roles not present in CAS.
1 use of CAS_ROLES_CREATE_NEW_ROLES
- cas_roles_cas_user_presave in ./
cas_roles.module - Implements hook_cas_user_presave().
File
- ./
cas_roles.module, line 20 - 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_CREATE_NEW_ROLES', 1);