New User - Allow them to choose their own password

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
arcandoak
Posts: 12
Joined: 20 Sep 2018, 03:20

New User - Allow them to choose their own password

Post by arcandoak » 12 Apr 2019, 20:56

During checkout, the user has the option to create an account. They are not given the option to set a password, but instead get an email with a password we've created for them. Yes, they can then change their password, but I would like to give them that option during checkout and not send the password in an email at all. Is this possible with configuration or would it need to be an extension?
Aimeos version: ~2018.10, PHP version: 7.2, Laravel version: 5.8

User avatar
aimeos
Administrator
Posts: 7893
Joined: 01 Jan 1970, 00:00

Re: New User - Allow them to choose their own password

Post by aimeos » 14 Apr 2019, 09:39

You need to extend the summary template so the customer can enter the password and extend the HTML client to store the password: https://github.com/aimeos/ai-client-htm ... d.php#L231
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply