Isn't working
I just created a brand new user; got my authentication email, authenticated and logged in. <- this all worked fine. I stop the demo scene and then start it and try to reset that newly created account and after the screen switches to "Please wait..." it then returns to the previous screen and under the "Results" section is just says "ERROR" in red text. I'm guessing what should happen is I get another email with a "reset password" link in it. Is that what should happen?
If so, where can I start to trouble-shoot?
Thanks
Here's the only log entry in the Unity console:
Reset Password
UnityEngine.Debug:LogWarning(Object)
DemoGUI:OnResetPassword(Boolean, String) (at Assets/combu/Demo/DemoGUI.cs:272)
CBManager:<ResetPassword>m__16(String, String) (at Assets/combu/Scripts/CBManager.cs:799)
<DownloadUrl>c__Iterator6:MoveNext() (at Assets/combu/Scripts/CBManager.cs:288)
Yes it should send a code by email (or an error if the user has no email defined). If you're getting only "ERROR" without any more information then something wrong is happening. Take note that this required the creation of a new field called ChangePwdCode in the table CB_Account, the web service will set this field to a random code string and send it to the user's email, then you would pass this code to the method CBManager.ChangePassword.
FRANCESCO CROCETTI @ SKARED CREATIONS
Ah, thank-you!!
I only had test data in my tables and I did miss the v1.4.4 sql patch so I just dropped them all and re-ran the create .sql