Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
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
Related questions
How the user delete own profile?
Is it safe to delete a user from the database?
how i can delete a question as admin ?
Error message after trying to delete an answer with a releted question
Simpler way to delete all hidden posts with dependants?
How to remove a user from user list ?
How to block a user?
how to get a logged in user avatar?
How to create a Banned User Group
How to get the level of the logged in user in a theme?
All categories
Q2A Core
(3,252)
Plugins
(356)
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 ?
user
delete
asked
Oct 16, 2010
in
Q2A Core
by
monk333
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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.
Please
log in
or
register
to add a comment.
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
Please
log in
or
register
to add a comment.