I have everything set up, but now I am receiving the error "Registration failed: A valid email is required" when I try to register a new account from within the CombuDemo scene. Note, I am requiring email registration.
How can I register a new user without encountering this error?
Thanks for your time.
I also tried to manually create a user in the "Client Users" area of the admin panel. When I try to login to this account I receive the error "Login failed: Credentials are invalid."
A few more notes:
1. Registering a new user when config is set up to not require email activation works just fine.
2. The server appears to be sending emails properly. When I make a newsletter and select "Save and Send Test", I receive the test email.
3. There seems to be issues with the installation, they may or may not be related.
- In "Utility Tools" section, clicking on the options such as Upgrade does not expand the selected section.
- Within a "Client User," I am unable to open any of the extra sections aside from the first tab called "Profile."
4. The admin panel manually created user's password appears in plain text within the database, this is probably why that isn't working.
The default demo scene doesn't provide an input field for the email, so unless you have added it by yourself in the panel 'Register' (including the code to set it in the method CombuDemo.UserRegister) then you will get the error described when you setΒ REGISTER_EMAIL_REQUIRED to TRUE in config.php
Did you update to 3.0.15? It features some small bug fixes in the admin area.
FRANCESCO CROCETTI @ SKARED CREATIONS
Skared Creations said
The default demo scene doesn't provide an input field for the email, so unless you have added it by yourself in the panel 'Register' (including the code to set it in the method CombuDemo.UserRegister) then you will get the error described when you setΒ REGISTER_EMAIL_REQUIRED to TRUE in config.phpDid you update to 3.0.15? It features some small bug fixes in the admin area.Β Β
Thanks for getting back to me. Where can I find example code for adding the email field?
I didn't update to 3.0.15 yet. It doesn't appear to be live on the Asset Store yet, and I can't register for it on your website at https://www.skaredcreations.com/wp/redeem-asset-store-invoice/ Β as the form appears to be unpublished.
Clicking the upgrade link on the admin panel just gives me "This page isnβt working."
Sorry I forgot to re-publish it after domain transfer, it's up again please apply your Unity invoice ID to get access to My Downloads section π
FRANCESCO CROCETTI @ SKARED CREATIONS
I was able to get email registration working in the demo scene! The code is pretty straight forward. Thanks.
The admin panel issues I mentioned above seem to be fixed inΒ 3.0.15. Thanks for the help!
Great! Have fun! π
FRANCESCO CROCETTI @ SKARED CREATIONS