@pitaj Thank you, I've managed to find this during the day. Is there a way, to change this value in the code, so I dont have to change it? I've seen a lot of uniqueID-s and counterID-s for generating the unique ID, but changing them doesn't do anything
A
adambdnr
@adambdnr
Posts
-
Change user UID to start from 10000 -
Change user UID to start from 10000I want to change the User model, so when a new member registers, the UID counter starts from 10000, and not with 1. I have changed a lot of code inside node_modules, but after registering, I still see the numbers from 1 incrementing. Where can I change this?