تعديل جماعي للمستخدمين - إزالة صلاحية المشرف

Thanks, it did the trick :slight_smile:

For anyone needing this, here is the full procedure.

./launcher enter app
# rails c
# User.where(moderator: true).update_all(moderator: false)
إعجابَين (2)