ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

[Question] Password reset mechanism? #158

Closed eastcoastcoder closed 3 years ago

eastcoastcoder commented 3 years ago

Looking at the docs here, it's a bit ambiguous about what happens when a call is made to reset a user's password. Is this actually sending a password reset email to the user or what exactly happens when the method is called?

image

DaveLomber commented 3 years ago

You are right

If provided email is valid - an email with password reset instruction will be sent to it.

We added the required corrections to the docs, thank you !