We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Retract Group Invite? | Forum

Topic location: Forum home » Support » General Questions
Rob R
Rob R Sep 4 '14
I think the answer is no but is there any way to retract a group invite before it has been accepted?  Thanks.
Rob R
Rob R Sep 4 '14
Ok this seemed to work - done in the database.  Table ow_groups_invite appears to hold all invites and indicates whether it has been viewed via column "viewed."  You just need to know the group ID and user ID and cross reference that with this table.  I simply deleted that row.

If like me you have URL rewrites, you can find the group ID ow_group_groups table and the user ID in the ow_base_user table.