butte wrote:The default probably still sends confirmation with a link back to log-in but without giving away the password, and setting them up yourself ties into that. If there aren't terribly many of them, then you could follow up with a note giving that. You would essentially need to draw the password into the message. One (unacceptable but simple) way to do that would be to amend the language file for that (to the RIGHT side of the "=" separator) between the quotation marks and retaining the line-ending semicolon, in order to show a default generic password that customers could change upon logging in with it. Spammers would not receive that, because you would have entered customers by hand.
Among the language files you'll see one (maybe more) that spell out what the messages say. That is what can be amended to insert a generic password. Code to draw in the actual passwords would be preferable but not as quick. You at least know (or should know) that spammers won't receive them, and that e-mail addresses are correct, when you have manually registered and approved your customers.
Thank you, that would indeed be a solution. But everyone would have the same password. This isn't useful if customers don't change the password. The best solution would be to show the actual passwords in the message.
I did find the file where I think it can be coded in, this is theme/model/account/customer.php
But I don't know where to start on how to do it.
