Yes, that is how it is implemented: a restricted listed of usernames. The logic typically would live wherever you have logic that checks "is this username available" which would join on your users table and your restricted usernames table. 1/2

Comments