When a customer wishes to create their account via the Virtuemart form, the creation is done correctly in the backend, but the problem comes from the generated emails.
- The shop receives this email:
----
User account details of {NAME} at {SITENAME}
Good morning,
A new user '{NAME}', username '{USERNAME}', has registered at {SITEURL}.
so no information about the new client
----
- The customer receives this email
----
User account details of {NAME} at {SITENAME}
Hello {NAME},
Thank you for registering on {SITENAME}. Your account is created and must be activated before it can be used.
To activate the account, select the following link or copy/paste it into your browser:
{ACTIVATE}
After its activation, you will be able to login to {SITEURL} using the following username and password you entered when registering:
Username: {USERNAME}
----
therefore no possibility for the customer to activate his account !!!
This exact same issue is happening in 3 new Joomla4 websites with the latest version of VM.
See this thread: http://forum.virtuemart.net/index.php?topic=149711.msg534890#msg534890