Initial login name not saved?

Hi, it seems the name field is displayed (setup / initialise the database) but not saved !

Later we can see the following note

The initial login name will be “admin”

Well then this is a developper’s choice, isn’t ? may be this field could be removed (to my mind this should be overwritten :wink: in order to improve security and more)

admin/initialise.php

                Sql_Query(sprintf('insert into %s (loginname,namelc,email,created,password,passwordchanged,superuser,disabled)
                    values("%s","%s","%s",now(),"%s",now(),%d,0)',
                    $tables['admin'], 'admin', 'admin', sql_escape($adminemail), encryptPass($adminpass), 1));

phpList 3.6.15