I'm testing the User Registration add-on + PayPal add-on on multisite. I want users to register and create sites on the network.
I have set up a User Registration form, mapped the appropriate fields, checked the box for "Create Site". I also have the "Send Email?" box checked to send the password to the user by email.
On submit, the user receives two emails:
First email is their login to the main site, which correctly shows their username, password, and link sign in.
Second email contains their info for their created site on the network. That email contains this:
You can log in to the administrator account with the following information:
Username: example
Password:
Log in Here: http://example.mainsite.com/wp-login.php
The password shown in the email blank. However, they still are able to log into their site admin using the password they had created at registration — which is good. But the email missing the password will cause confusion for the user.
Is this a bug or did I not set it up correctly?