I don't think there's anything that can be done with the Drupal 6 method of storing role information, but while Features can create new roles it cannot do anything to update roles (since the only piece of information that really belongs to roles is their name), correct?

This should have been obvious to me and i don't know if it should be documented but i'm mostly interested in confirming this is the case. (Posted http://data.agaric.com/raw/features-cannot-update-names-roles before coming over here.)

Thanks.

Comments

domidc’s picture

Encountered also this problem. Will there be a possibilty to update roles from one site to another in the future?

domidc’s picture

Just to contribute a solution. I use a hook update to delete the old roles. In all deploy scenarios I allways include a module to write hook updates in to clean up these kind of little shortcommings.

hefox’s picture

Status: Active » Closed (works as designed)

Yea, rolename == machine name so changing the rolename is not possible :/