corvalis Is it possible to stagger the User ID #, or randomize it so that it is not sequential? I'd like it so people won't be able to gauge the number of users on the site.
tankerkiller125 I would prefer to see something like proper uuid so every use has a unique Id that he completely random, time based and can not be guessed at all.
Ralkage You can guess doing something like: https://discuss.flarum.org/u/82 But some accounts have either been deleted or the ID hasn't been used (if that's even something Flarum does in the DB end via auto increment by skipping numbers). Because: https://discuss.flarum.org/u/81 Doesn't work.
luceos Ralkage 81 is deleted, the user table does use auto incremented Id. But yes, having a random UUID would come in pretty handy, eg ramsey/uuid.
Ralkage luceos I'm for this approach then haha and some verification that the user no longer exists (possibly).