By ankitjain1110 on
I want that the admin should be able to register an user. Rite now if i try to open the user/register apge as an admin it says "You are not authorized to access this page." how do i change the permission.
I want the registration process to be both ways. User can create their accounts and even admin can create account of other users.
Please help me
Comments
admin can always create
admin can always create users, even can notify the user who is gonna be create in the site.
To create users in drupal 6:
administer -> user management -> add user
Drupal 7: People -> add user
There will be checkbox at bottom of the form(last but 1 field in registration form) to send notification to users.
This could have already answered your question, if you would have just read the documentation.
thanks for your reply. but i
thanks for your reply. but i have already tried this. What i want is that the admin should be able to view the User/register page from where he can create an user not from the admin page.