コンソールからユーザーを一時停止解除する方法

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

「いいね!」 1

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

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