This is still an issue and patch needs to be re-rolled to work with latest version of module.
This is still an issue, I just applied patch #4 and it works for me.
Thank you! Patch #14 worked for me.
Any chance the community would re-consider this approach? It seems odd to me that we are loading the header and footer, but certain other block regions like sidebar aren't being loaded. My preference would be to let blocks control their own visibility and if we want to have a single page application but with some blocks loading in that we should have that option.
For example, I have a single page react application, but I'd love to continue to load my main navigation menu in the sidebar.
I tested this patch and while it did prevent a second email, the issue was that when an admin creates an account and selects to notify the user, the email that gets sent out is not the correct email. It should be sending out the core email "Welcome (new user created by administrator)", but instead it is sending out the email generated by this module which at least in my case because we have email verification turned on contains a broken link.
I've attached the 2.x patch that worked for me, it sends out the user_registrationpassword_mail_notify if the account was not created by an administrator. If the account was created by an administrator it let's core figure out whether or not to send the core welcome email.
I'm experiencing the same issue. Here is a patch, however, I'm not very familiar with the project so there may be a much better way of doing this.
I was experiencing the same issue.