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);
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.