ff36 / jnoc

Jnoc
GNU General Public License v3.0
0 stars 0 forks source link

Blank account name #50

Closed tarkal closed 9 years ago

tarkal commented 9 years ago

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.

screen shot 2015-07-13 at 10 28 29

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.