
Originally Posted by
DrByte
If you're registering the customer, why not just use the regular create-account page? That will register them and send them an email welcoming them to the site.
As for disabling registration, you could rename the create_account page by renaming /includes/modules/pages/create_account to another name; then rename your tpl_create_account_default.php template file similarly, and finally update the /includes/filenames.php to give a new name to the value of FILENAME_CREATE_ACCOUNT (the value on the right-side of that definition). You might want to also remove the call to the create_account module from inside your tpl_login_default.php template file so that the login page never shows the create-account option.