How to delete a user
-
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 likehdel 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?
Copyright © 2024 NodeBB | Contributors