By grippat on
How can I make a certain role default for users that create new accounts through Drupal? I have a blog that anyone is allowed to create an account on, but I want them to have very limited permissions so I created a "blogger" role that I would like everyone that signs up to automatically be classified as.
Comments
default role
"authenticated user" is the default role so you should set your default access permissions to match the "blogger" role.
=-=
investigate the autoassignrole.module in the downloads area to pull off what you want to do.
Thank you
Thank you VM, this is exactly what I was searching for.
https://drupal.org/project/autoassignrole