Active
Project:
Auto Assign Role
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2011 at 23:15 UTC
Updated:
24 Nov 2011 at 18:49 UTC
Is it possible to disable path-based auto assignment? I inherited a Drupal site with this module enabled and path-based auto assignment enabled and can't seem to turn it off (I only need to auto-assign roles to every user). Even though I disabled path-based auto assignment for each of the roles user/register still redirects to the the node defined in the "User Register Node:" field of the module settings. I'm not able to just make this setting blank either.
Can anyone advise whether this is just the way the module works or a bug where I'm not able to disable the functionality?
Comments
Comment #1
MadOp commentedFWIW, I just (and only!) managed to clear it by accessing the databes with phpmyadmin (any similar tool should work too) then going to the table "autoassignrole" and cleared the value of "node_user_register". There was the value of the node the system was redirecting to.
Hope this helps someone!