Open
Description
Description:
If a user delete an account, a new user is able to register with that same username. This will cause issues when querying for comments / votes.
Solution:
Create a new table that will hold any username that has ever been registered. Then do all comparisons with that table instead.
Metadata
Metadata
Assignees
Labels
No labels