MyBB Community Forums

Full Version: Orphan group membership request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a group membership join request from a user called "guest". I've tried to deny the request, but it remains pending. I've not got a "guest" user. I think it might be an account that was deleted before the join request could be acted on.

Please can anyone suggest a way to get rid of the pending join request, when the user no longer exists? Should I recreate the user?

Thanks,

Alan
Strange...

Simplest way is to probably delete it straight out of the database. Open a database manager and edit (tableprefix)_promotions. Just check the records against the one in the ACP and delete the relevant row...
Hi Tom, (tableprefix)_promotions appears empty. Is it possibly another table for groups memberships requests. Just a novice user, but my guess would be that promotions was related to group promotions.

I suggest (tableprefix)_joinrequests .

Thanks for your help.

Alan
Apologies, I was in the middle of writing code for the promotions >_<

_joinrequests should be the place for "pending" joins. Hopefully you can just match the rows and get rid of the ghost entry...