Notifications
Clear all
Combu Server/Client
2
Posts
2
Users
0
Reactions
650
Views
Topic starter
Hi,
Is there an option in Unity3D for ' forgot password'? Can it be implemented? A demo would be great.
Also, I want to differentiate users(ex: teacher, student). Is it possible?
Thank you!
Posted : 12/02/2020 5:03 pm
You have to use first User.ResetPassword passing the username/email and callback, the system will send a random reset code by email to the user that will have to be passed to User.ChangePassword with the username/email and a new password (pass 0 as userId).
About the differentiation you can use UserGroups, or just a customData key as a flag.
FRANCESCO CROCETTI @ SKARED CREATIONS
Posted : 16/02/2020 11:28 am