Closed (fixed)
Project:
User One
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2010 at 21:33 UTC
Updated:
7 Jan 2011 at 20:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mrgoltra commentedsubscribing.
Looking for a way to hid user1 from the system without hacking core.
Comment #2
Elder Brother commented+1, would be great to have user1 completely removed from user list.
Comment #3
ki commentedAdded code to provide its own version of "Who's new" and "Who's online" blocks. The code is identical to user module's except that it hides user one.
Denying access to user one's profile (/user/1) is already implemented.
Comment #5
Anonymous (not verified) commentedIn the user list website/admin/user/user user1 is stil on the list, viewing and editing (selectors in the setting of user one) is not possible: thats ok!
It would be nice to have a 3th selector 'remove (hide ) user 1 out of the userlist'.
Comment #6
danreb commentedHere's a patch that removed user 1 from the list of users in admin/user/user
Comment #7
danreb commentedhere's another one, I've just cleanse the comment describing the patch.
Comment #8
danreb commentedhiding user 1 in
example.com/profilecan be achieved via the theme, don't know how to do this in module, take a look here -> http://drupal.org/node/1002052Comment #9
ki commenteddanreb's patch #7 has been pushed to version 1.1.
Thanks.