How to unsuspend a user from the console

So basically, how would I unsuspend someone from the console?

1 Like

Are you talking about the Dashboard? If so, go to Admin/users, click on the user you want to un-suspend, scroll down to where it says “Suspended?” (just below Trust Level) and click on the button on the right.

2 Likes

If you mean the rails console, I think it might be a simple as changing a single field in the record and saving it, though you can look in the user model to see if there’s a function defined to do that.

There’s a topic about bulk operations that might offer a clue.

2 Likes