You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eureka-st...@googlegroups.com
looking for a routine to call for completely removing a user, and removing their content, is there something, or do i have to come up with a series of sql statements for postgres-
Bill W
unread,
Mar 29, 2012, 10:07:39 AM3/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Eureka Streams Development
There's no built-in way to remove a user. You'll have to do that
manually.
We only lock users when they leave the organization, since their
content is still valuable even if they're gone. Not saying that there
aren't legitimate scenarios for deleting users - just that's the
rationale for why we don't have a delete user feature.
chrismarx
unread,
Mar 29, 2012, 12:53:13 PM3/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eureka-st...@googlegroups.com
ok, good to know. locking and flagging/deleting content should get us by for now as well, but it was a question that arose-