Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

How to delete a user ?

+3 votes
I have a correctly registered user who choosed a very ofensive name. He is blocked but still shows up in the user list.

How can I delete him ? Did I miss something ?
asked Oct 16, 2010 in Q2A Core by monk333

2 Answers

+1 vote
 
Best answer
Can't you just rename the user? If you can't do it through the admin section, you can do it in the database without messing anything up. In the `qa_users` table, edit the `handle` field.

The alternative is to delete that row from the user table - all that will happen is any questions/answers they posted will show up as "by anonymous".
answered Oct 17, 2010 by DisgruntledGoat
It would be nice if there is a feature to delete user from admin panel or through plugins.
0 votes
Can't you delete the user entry from MYSQL database? I have done it on my site.
answered Oct 16, 2010 by Katte
Thank You for the hint, i thought i missed an option somewhere. But the related questions and so on, do i have to delete something else ?

monk333