Users DB Rewrite SQL
Component ID
1291698
Component name
Users DB Rewrite SQL
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
176
Component created
Component changed
Component body
A simple module with the sole purpose of going and altering places that don't call db_rewrite_sql for listings (like core that doesn't; views will) for listings of users that a non-admin may somehow be exposed to.
Right now it does it for the action form for node_assign_owner_action (the change author of node action), the views bulk operation use of that action, and user/autocomplete, the path used to populate the author field on nodes.
This is only useful if you
1) Are using a module the implements a hook_db_rewrite_sql for users table
2) Need these areas effected by db_rewrite_sql.
