View Full Version : Reset Registration Count
superezraa
Wed 9th Sep '09, 7:34am
I'm wondering if there is a way to reset registration count?
Because i import users from my old forum into my new one several times, so in my postbit their registration numbers are in the 4000's when i only have 1500 members.
Please help
cellarius
Wed 9th Sep '09, 2:37pm
There's no way to do that - the userid is referenced all over the database, you'd break your forums.
Why does it matter what userid users have?
Kensino
Wed 9th Sep '09, 5:34pm
This is an internal database primary key for your tuples in the database. You can't chage that number ever. It would destroy the entire forum.
Like the previous poster said it does not matter, this is for internal use only. It means nothing to the user. The value is auto incromented when a INSERT command is executed on the database to add a new member. This is not even a vBulletin issue, this is a MySQL issue. It has nothing to do with Jelsoft.
You should please not play with this number ever, it is very dangorus.
Powered by vBulletin™ Version 4.0.2 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.