Description:
Greeting messages are not formatted properly when a user registers without inputting the optional contact name. The greeting will simply show an empty space where the missing contact name should be.
Possible solutions:
-Only use the username for greetings rather than the optional contact name
-Check for a valid input given for the optional contact name and if none was provided use the username in greetings instead.