MyBB Community Forums

Full Version: Disable accounts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I disable an active user account - forcing the user to reactivate. The reason I'm asking is that I have a user that activated his account, but emails are bounced back (email address doesn't exist).
In case there's no option in the ACP and no plugin, I suppose I can add the user to the mybb_awaitingactivation table, but can I just set dateline to time() ? What's type (p, r, ?), oldgroup (0?), and misc (empty)?

Thanks in advance.
set primary group to awaiting activation?
as Lu5ck suggested, you can edit the user's profile in admin panel and set primary user group to awaiting activation
admin panel >> users & groups >> users >> find the user and edit profile

member profile at the front end also consists of "Edit this user in Admin CP" link
I thought that doing that wouldn't allow the user to change his email address, but just tested that I was wrong. Thanks for helping.