|
|
|
|
|
by catfood
2988 days ago
|
|
The part of that that I don't get is how a new user could have the same ID as an old (truncated) user since "our system created new records for them, with primary keys generated from the existing sequence (PostgreSQL does not reset id sequences on truncate)." Do they mean that the only potentially exposed accounts are those that signed up after the database was restored? |
|
https://stackoverflow.com/questions/13989243/sequence-does-n...
Although, I am confused about how sign ins created new users. When they say sign ins, do they mean new accounts?