constant DRUPAL_AUTHENTICATED_RID in Drupal 5
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \DRUPAL_AUTHENTICATED_RID
- 4 includes/bootstrap.inc \DRUPAL_AUTHENTICATED_RID
- 6 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().
- system_update_171 in modules/
system/ system.install - theme_comment_post_forbidden in modules/
comment/ comment.module - theme_user_admin_new_role in modules/
user/ user.module - user_admin_role in modules/
user/ user.module - Menu callback: administer roles.
File
- includes/
bootstrap.inc, line 105 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_AUTHENTICATED_RID', 2);