constant DRUPAL_AUTHENTICATED_RID

  1. 7.x drupal-7.x/includes/bootstrap.inc DRUPAL_AUTHENTICATED_RID
  2. 6.x drupal-6.x/includes/bootstrap.inc DRUPAL_AUTHENTICATED_RID

Role ID for authenticated users; should match what's in the "role" table.

12 uses of DRUPAL_AUTHENTICATED_RID
sess_read in drupal-6.x/includes/session.inc
Reads an entire session from the database (internal use only).
system_install in drupal-6.x/modules/system/system.install
Implementation of hook_install().
theme_comment_post_forbidden in drupal-6.x/modules/comment/comment.module
Theme a "you can't post comments" notice.
theme_user_admin_new_role in drupal-6.x/modules/user/user.admin.inc
Theme the new-role form.
user_admin_role in drupal-6.x/modules/user/user.admin.inc
Menu callback: administer roles.

... See full list

File

drupal-6.x/includes/bootstrap.inc, line 180
Functions that need to be loaded on every Drupal request.

Code

define('DRUPAL_AUTHENTICATED_RID', 2)