The extension is currently dependent on the RightMarket theme to look correct.
There are currently no plans to support highly custom Remote Login forms.
The UserProfileUserGroups field is special, because it can contain multiple values (user groups). The values are comma-separated and the text is considered a CSV formatted document. If a group name contains the comma character then it needs to be quoted, like this:
England, Scotland & Wales should be written as "England, Scotland & Wales"
If the UserProfileUserGroups field is configured to get copied into a standard User Profile Field then the first value of the first row is applied.
The functionality of this extension is interlinked with other configuration areas:
If the self-registering user doesn’t receive the email and the Storefront log contains the “email successfully sent” record, then the email is blocked by the SendGrid Email Validation Service.
Errors are logged in the Storefront error logs.
In order to protect the website against robot attacks, this extension uses the Google reCAPTCHA service.
The reCAPTCHA client-browser JavaScript records activity of a user before they click the Create Account button. The server-side code communicates with the Google server which returns the probability that the user was a human being. Attempts to register a new account are refused if they don’t resemble human behaviour.
In order to satisfy legal conditions, the footer of the registration form contains links to Google Terms of Service and Privacy Policy.