DRUPAL_AUTHENTICATED_RID

Definition

includes/bootstrap.inc

Description

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

Code

<?php
define('DRUPAL_AUTHENTICATED_RID', 2);
?>
 
 

Drupal is a registered trademark of Dries Buytaert.