Unity Authentication service forget password for username and password identity provider

I am working on an authentication flow that uses Unity Authentication and some other
Unity-Gaming-Services. I am having issues, because there’s no option for a forget password for the users.

How can I add this feature to the Username and Password identity provider?

All other providers are platform specific and am working on a WebGL game, and Unity Player accounts also doesn’t support WebGL while also still in Pre-release stage.

1 Like

You have to script it yourself, if the user forgets the password you decide how you want to give it or reset it.

I looking for this way too.