How to make user id complexity
-
Hi Everyone,
Can anyone help me to create a complex user id?
You know, the User ID is auto-increment number starts from 1.
For example, 1, 2, 3, 4, 5, 6…….
So, it is so easy to guess how many users my website has.I mean if I show the user’s id somewhere on the frontend, it is easy to tell and guess the number of my users.
How can I create a complex user id for a user? For example, If I show the user information on his profile page. It may display as below:
Name: example name
ID: abc12xSo, the ID “abc12x” was instead of the simple number.
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to make user id complexity’ is closed to new replies.