Christine Stringfield
Posts: 0
Joined: Wed Apr 03, 2013 4:35 am

Forgot password link

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Forgot password link

Hello! Unfortunately Tiggzi doesn't provide such functionality, it would need to be coded by you.

Christine Stringfield
Posts: 0
Joined: Wed Apr 03, 2013 4:35 am

Forgot password link

I'm trying to brainstorm ways I could programmatically do this. I thought that I could:

  1. Create a temporary passcode stored in the users collection

  2. Email the passcode to the user

  3. 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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Forgot password link

Hi Christine! Not sure, but maybe there is reset password API when using our database User management. I'lll check and let you know.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Forgot password link

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.

Christine Stringfield
Posts: 0
Joined: Wed Apr 03, 2013 4:35 am

Forgot password link

Ok, thank you for looking into it.

Christine Stringfield
Posts: 0
Joined: Wed Apr 03, 2013 4:35 am

Forgot password link

Any possibility of a reset password function being added soon?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Forgot password link

It will be added.. but we don't have an exact date yet.

Sean Kelley
Posts: 0
Joined: Thu Oct 11, 2012 2:25 pm

Forgot password link

I am also wondering how to go about resetting password.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Forgot password link

Hello,

We do not have an exact date yet, you can implement it yourself.

Return to “Issues”