Sometimes when an account is created automatically form an email no name is assigned as one cannot be extracted from the email. When this happens it is not possible to edit to client name because the field is empty.
We should have a JSF if statement to default to Unnamed if the length is 0. That way it is possible to click on the name to edit it. This should be handled client side instead of server side. It is quicker and it will take care of existing missing names.
Sometimes when an account is created automatically form an email no name is assigned as one cannot be extracted from the email. When this happens it is not possible to edit to client name because the field is empty.
We should have a JSF
if
statement to default toUnnamed
if the length is 0. That way it is possible to click on the name to edit it. This should be handled client side instead of server side. It is quicker and it will take care of existing missing names.