Is there a way to exempt the first user (admin) without the need to create another role as "admin" since right now only authenticated user shows up?
Is there a way to exempt the first user (admin) without the need to create another role as "admin" since right now only authenticated user shows up?
Comments
Comment #1
kbahey commentedNo.
That is the way I do it on several sites: create a role called admin and add user 1 (and others who are admins) to that role, then exempt it.
Comment #2
giggler commentedThanks!! I just did that and had to check sooo many things...I'm surprised Drupal doesn't have a check all options for the role permission page!