users' posts with negative votes (worst posts) should be available on the profile options for admins... https://community.nodebb.org/topic/16279/a-user-s-posts-with-negative-votes
faviconGitHub (github.com)
Hello guys, just a small question.
If a testing user is no longer needed, who can I delete it, not just ban.
Thanks
"What would you have us do when a user a deleted? Delete their posts too? (Not sure if that is the best solution however)"
I would keep the posts but have the option to delete the posts in case its a spammer.
Agreed with Stuart.
You could always open redis-cli
and delete the user hash, ie. something like
hdel user:1
or whatever uid it is
http://redis.io/commands/hdel for more info
edit: but having a dedicated delete button would be better
Is this in the works at all?