With cck is possible to create custom field for user profile.
So if one want Name and City can to insert this two field cck.
But if the node is showing during user registration the field title is always showed.
So in the user registration there is one field that you really not want and that is the node's title.
Comments
Comment #1
Allyxandra commenteduse automatic node title module to remove title from user registration form.
Comment #2
alb commentedI tested with form_alter and seem good;
not sure if is better respect at automatic node title;
if ('nodeprofile_node_form' == $form_id )
{ unset($form['title']); }
Comment #3
rolodmonkey commentedThis appears to be closed.
I will second the suggestion to use automatic node titles: http://drupal.org/project/auto_nodetitle