adb34:
I am looking at changing the password block for a new customer, however, using 'Developers Tool Kit (DTK)' and such like I cannot find the from submit.
I have used view source of the log-in page and found "<form name="create_account" action=" but using DTK it will not find which files on the website has it.
Can somebody explain how the new customer file with the password is assembled, please.
Quick overview which does not necessarilyanswer the question directly, form fields are created through php, so won't find the specific string that was posted above. You will/should however, find create_account or some variation of it. Otherwise, an area to start is to look at the preloaded data/header data loaded through the pages directory: store/includes/modules/pages/create_account, and any associated template files that may guide you to your selected area such as store/includes/templates/YOUR_TEMPLATE/templates/tpl_create_account if it exists, or it may be in the templates_default directory and if being modified should be copied over to the above.
But if there is something of a wording change for "new" users, you would need an additional languages definition or modify an existing one to properly display the desired text.