Hello everyone, how can I add a password line to the registration greeting? I tried to add the line private function
```
sendConfirmationMail(Customer $customer, $plainTextPassword) '{passwd}' => $plainTextPassword
```
But when I click Save, it displays an HTTP ERROR 500 page and no message is sent to the soap. I also tried $clearTextPassword, same problem.
If you do not add these changes to the classes/form/CustomerPersister.php file, then everything works fine, but you receive an email without a password, I have attached screenshots.
1 screen - result when specifying data;
2 screen - result without specified data.
Presta version 8.1.0