Hi! After setting up Forem for my community I have a lot of garbage articles and pseudo-users that appeared after rails:dbsetup. How can I remove them?
For further actions, you may consider blocking this person and/or reporting abuse
Hi! After setting up Forem for my community I have a lot of garbage articles and pseudo-users that appeared after rails:dbsetup. How can I remove them?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Apart from
rails db:reset
you can go to/admin/users
and delete the users there, which will also remove their associated content.Alternatively, you can do it from Rails console in a single command: