Page 1 of 4

Forgot password link

Posted: Mon Apr 08, 2013 12:55 am
by Christine Stringfield

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.


Forgot password link

Posted: Mon Apr 08, 2013 7:53 am
by Maryna Brodina

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


Forgot password link

Posted: Tue Apr 09, 2013 5:05 am
by Christine Stringfield

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?


Forgot password link

Posted: Tue Apr 09, 2013 5:33 am
by Maryna Brodina

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


Forgot password link

Posted: Tue Apr 09, 2013 9:03 am
by Maryna Brodina

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.


Forgot password link

Posted: Tue Apr 09, 2013 5:39 pm
by Christine Stringfield

Ok, thank you for looking into it.


Forgot password link

Posted: Sun Apr 21, 2013 8:10 pm
by Christine Stringfield

Any possibility of a reset password function being added soon?


Forgot password link

Posted: Sun Apr 21, 2013 10:54 pm
by maxkatz

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


Forgot password link

Posted: Mon Jul 29, 2013 2:31 pm
by Sean Kelley

I am also wondering how to go about resetting password.


Forgot password link

Posted: Mon Jul 29, 2013 2:43 pm
by Kateryna Grynko

Hello,

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