constant DRUPAL_AUTHENTICATED_RID in Drupal 6
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \DRUPAL_AUTHENTICATED_RID
- 4 includes/bootstrap.inc \DRUPAL_AUTHENTICATED_RID
- 5 includes/bootstrap.inc \DRUPAL_AUTHENTICATED_RID
- 7 includes/bootstrap.inc \DRUPAL_AUTHENTICATED_RID
Role ID for authenticated users; should match what's in the "role" table.
6 uses of DRUPAL_AUTHENTICATED_RID
- system_install in modules/
system/ system.install - Implementation of hook_install().
- theme_comment_post_forbidden in modules/
comment/ comment.module - Theme a "you can't post comments" notice.
- theme_user_admin_new_role in modules/
user/ user.admin.inc - Theme the new-role form.
- user_admin_role in modules/
user/ user.admin.inc - Menu callback: administer roles.
- user_roles in modules/
user/ user.module - Retrieve an array of roles matching specified conditions.
File
- includes/
bootstrap.inc, line 180 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_AUTHENTICATED_RID', 2);