Show a user who is registering, a bunch of usernames similar to what it was entered.
For example:
A new user is registering. During registration, he enters his username "Rudolf", but this name is already in a database.
So, a system should show a list of similar usernames: "Rudolf1", "Rudolf123", "Rud0lf" etc.
What can you suggest to do or to read?