Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Remote users are in the database under the name "[Deleted User]"

battersbatters New
edited June 2011 in Vanilla 2.0 - 2.8
Can I delete users from mysql database? When I delete users from the forum, they are still in the mysql database only for them to change nickname "[Deleted User]" in the table GDN_User.
I have a database of about 500 users at one and the same nickname "[Deleted User]", it's all remote bots from the forum. On the day of 10 boats registered and I remove them, but the database they are, can I remove these entries from the table GDN_User? is not violated if the forum? or what to do?

Comments

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    You can just remove the users on the MySQL side.
    delete from GDN_User where Deleted = 1;
  • Options
    battersbatters New
    edited July 2011
    thank you
Sign In or Register to comment.