Closed (won't fix)
Project:
Masquerade
Version:
7.x-1.0-rc3
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2011 at 10:14 UTC
Updated:
29 Apr 2017 at 03:18 UTC
Jump to comment: Most recent
Comments
Comment #1
mauriziopinotti commentedfor anyone iterested in a working solution for that issue I added in my custom module this code:
Altering database directly is not a good idea but AFAIK there's no hook to edit revision uid, here is the relevant node.module part in node_save() function:
The revision uid is set from current user object.
Comment #2
nvahalik commentedThis is what Masquerade does. It allows you to assume the identity of another user on the site.