lakshya I just removed that user from the users
table, but if the user is referenced in other tables that might have broken data, it will cause problems if they re-register with the same data (eg.: E-mail, etc). I don't know where everywhere is the member mentioned, so:
- I could manually remove the user from everywhere by using raw SQL, will take time since I need to figure out where are they referenced in the database (for example, there could be discussions made by the user)
- Register the user under a different username and E-mail address (won't work if the ID is bugged, because those auto-increment, so a particular ID might be broken)
- Wait until I fix Adminer so I can debug it properly
We are not even sure if the issue is not elsewhere, eg.: in a discussion, but I assume that there is some kind of database error.