Hello,

This may seem easy to a seasoned Drupal user but as my username suggests, I am a total newby and this is my problem...

I would like user management to be limited to lower level users. I have 4 user roles (Administrator, Manager, writer, user) but as it stands, if I grant user management privileges to the manager, writer or user, they can edit the Administrator's account.

The higharchy should be Administrator > Manager > Writer > User
In this case, the Manager can manage the writers and users. The Writer can only manage the users.

How can I achieve this? I'm really struggling here.