Closed brabaris closed 3 years ago
It would also be nice to add Email for the 1.56 release. Thank you in advance!
Yes I coded the email reset system. But now she has to define herself an e-mail address by logging into the site with only user information. I think it would be great if your email address was entered while registering in the game.
Hello Suriyun! Added password confirmation to the UIAuthentication file, but it doesn't work... Help with password verification confirmation and preferably add it to the release build... Thank you in advance! `using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; using UnityEngine.UI;
public class UIAuthentication : UIBase { public InputField inputUsername; public InputField inputPassword; public InputField inputConfirmPassword; public UnityEvent eventLogin; public UnityEvent eventRegister; public UnityEvent eventError;
} `