By freelylw on
I am using autoassignrole.module to assign a role to the new register. then I don't need the 'authenticated user' role any more. the problem at the moment is when user choose a role when they are in the registration from, the 'authenticated user' showing up as role there for user to choose.
Can I remove the 'authenticated user' role or hide this role or whatever I can do to ignore this role . On the role setting page. the 'authenticated user' showing locked . Can I unlock it to change the name or do something for it ??
Thnkas
Comments
You can't remove or rename
You can't remove or rename the authenticated user or anonymous user roles.
Since you're asking about functionality specific to a module, you should probably post this question in the support queue for the autoassignrole module. I don't use that module myself so don't have anything to suggest for it.
possible fix 4 ur your case
possible fix 4 ur your case ---
Maybe install the apply for role module
and then set it to either auto approve or admin approve and you can set the available roles to apply for....check boxes
or set up the authenticated role as a real choice and remove one of your custom ones...
basically use the system, then add to it.. I know someone that is having issues with auto assign roles.. don't know the outcome...yet. I think he took it out.
Use CSS to hide the role in the user-register.tpl.php file?
How about just hiding the option on user registration? Make a custom .tpl file and change display:none for that part ...?
That's what I'm thinking of doing anyway...