Does Tiggzi offer any way for users signed up for an application built with Tiggzi to retrieve a forgotten password? For my user sign up, I have users enter an email address in addition to a username and password.
Does Tiggzi offer any way for users signed up for an application built with Tiggzi to retrieve a forgotten password? For my user sign up, I have users enter an email address in addition to a username and password.
Hello! Unfortunately Tiggzi doesn't provide such functionality, it would need to be coded by you.
I'm trying to brainstorm ways I could programmatically do this. I thought that I could:
Create a temporary passcode stored in the users collection
Email the passcode to the user
Have the user enter their passcode and a new password and update the user's data by looking them up with the generated passcode.
However I realized that the only way to update the users collection is with a session token - so I'm kind of in a Catch 22 situation, since I can only get the session token when a user is logged in.
Have any clever ways of resetting a password automatically for a user?
Hi Christine! Not sure, but maybe there is reset password API when using our database User management. I'lll check and let you know.
Unfortunately we don't have such functionality, but I'll create task so it would be possible to add reset password service to your app. The only one thing... not sure when it will be implemented. I'll try to find out and update.
Ok, thank you for looking into it.
Any possibility of a reset password function being added soon?
It will be added.. but we don't have an exact date yet.
I am also wondering how to go about resetting password.
Hello,
We do not have an exact date yet, you can implement it yourself.