MyBB Community Forums

Full Version: Check deleted accounts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where can I find the list of all the accounts?

Also, how can I check on the deleted account? Like the deleted account still takes up room. Deleted account 3, next registered user was 4, instead of 3.
you can see all created accounts in phpmyadmin check the mybb_users table

when you find the user what is causing the problem delete them via phpmyadmin
if you want to fix the user id of the registered members you'll have to do it manually by editing the uid column in the mybb_users table
So let's say I have 3 users, with UID 1,2, and 4 because I deleted 3.

I would go into phpMyAdmin > database > table(mybb_users) > Edit > Change UID of the 3rd user(has UID=4) to 3, would every other user that registers after be UID 4,5,6,...,n?

Would I need to change anything else, so that doesn't mess everything up?
Still need help with this.
You just change number 4 to 3
(2012-03-03, 02:01 AM)markwesley Wrote: [ -> ]You just change number 4 to 3

So let's say I have 3 users, with UID 1,2, and 4 because I deleted 3.

I would go into phpMyAdmin > database > table(mybb_users) > Edit > Change UID of the 3rd user(has UID=4) to 3, would every other user that registers after be UID 4,5,6,...,n?

Would I need to change anything else, so that doesn't mess everything up?