Needs work
Project:
Rules and Views Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
9 May 2010 at 08:54 UTC
Updated:
23 Aug 2010 at 11:29 UTC
We create a new user at install time for the rules executor component, so that they can have administer nodes privileges, this clutters up the roles on the site, and creates a new user when we probably don't want one.
Possibly investigate creating a new user every time we want to run?
Comments
Comment #1
steven jones commentedAdded some code to do this in http://drupal.org/cvs?commit=365566
But it needs to handle the case of a pre-existing user better.
Comment #2
steven jones commentedWe just load the user up at the moment, we should still do this but, should also add the role to them to make sure they have the correct role.
Comment #3
dpatte commentedwhy not use user/1 which always has all priveleges?
Comment #4
steven jones commentedWell, you can always select the root user if you want to.