It seems that the first user is automatically super user. how can I get a second super user account?

Comments

vertazzar’s picture

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