I suppose I'm looking for a "sub-admin" who can do anything but muck around with the main part of the site itself.
It's not currently possible to create a "sub-admin" as you describe, however please note that custom roles are included in the roadmap for Moodle 2.0.

Our organisation is using 'Manual Account' only registration for Moodle. We really need to be able to allow more departmental administrators access to creating new users on Moodle but I am loathed to give them out Super Admin rights.
I understand custom roles are coming in Moodle 2.0 but we're in desperate need of a hack to enable 'User Creator' rights until then ...can anybody help???
Tx
Ali
Thanks for you reply Bill. Unfortunately, we're not using LDAP. We're delivering the courses in our Moodle across more than one NHS organisation. And I don't know anything about LDAP.
I have been considering the use of 'Email Authorisation' method but I have a few concerns:
1. We need to be able to capture the staff members NI Number in order to map training results into the ESR system (Electronic Staff Record) when it arrives.
2. If 1 is possible then the Id Number field could be used for this purpose but I would need to make it a mandatory field...how would i do this?? (as well as renaming ID Number to say NI Number )
3. Can only those registered with a porthosp.nhs.uk email address be allowed to register?
Sorry for all my questions, really really want to find a way around this so that Moodle makes it big in our region
Alison
It is possible to make the ID Number mandatory but you will need to edit the code I believe. You can easily change the name of the field using Admin>Configuration>Language and editing the idnumber text. Check out the advice on creating your own language file too though as otherwise updates will wipe out your changes.
Finally it is possible in Admin>Configuration>Variables Mail section to include a list of e-mail addresses or domains which you want to allow or deny. I have not tried this but I think it should do what you want.
Hope this helps.
Regards
Steve
By the way, an alternative to giving creators the admin rights is to have them collect the new user data and pass to you as file. Then you can use the user import feature to add them in bulk. Less work for you but delay for users. A plus of pop3 is that you don't worry about user passwords or entering them into system. They do the work
Thank you Steve & Robert for your replies.
Steve - cheers for the tip re: restricting email domains. Was just what I was hoping for
We've decided to go for the email authentication method but I still have a couple of questions re: implementing this. But noticed there is a 'user authentication' forum...so will move my post over.
Thanks for all your help. This community is great!
Stumbled on a related thread in http://moodle.org/mod/forum/discuss.php?d=40803
Richie posted his "Student Adder" at http://moodle.org/mod/forum/discuss.php?d=42699
This led me to develop my own version which is posted at the above link.
