Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
being super user as user 1 is typical drupal core behavior, and that cannot be replicated cause all code is based " if $user->uid = "1" so basicly, you cannot add any spectacular code that can hook onto core which can allow you to add additional super users
Comments
only way to do it is to
only way to do it is to assign all permissions, you can use http://drupal.org/project/adminrole for easier maintenance.
being super user as user 1 is typical drupal core behavior, and that cannot be replicated cause all code is based " if $user->uid = "1" so basicly, you cannot add any spectacular code that can hook onto core which can allow you to add additional super users