brianhorakh / vita

vita source
0 stars 0 forks source link

Forgot Password doesn't work #6

Open inder243 opened 8 years ago

inder243 commented 8 years ago

API is not working fine and we do not have the desired screen for the same. http://www.vitatheapp.com/vita-api/UserPasswordReset?Email=kavita.r@iapptechnologies.com

brianhorakh commented 8 years ago

This is due to the redis server not being accessible since the migration from the aws cloud. I have temporarily brought up a new redis server on the web-server which should (hopefully) fix this.

brianhorakh commented 8 years ago

Please close the ticket if this issue is resolved.

inder243 commented 8 years ago

We have received the token, let us test for a day we will close it after complete testing. Thank you.

inder243 commented 8 years ago

Printing description of dict: { "error_id" = 110; "error_msg" = "A required parameter \"AuthType\" was set to \"recovery-token\", allowed values (vita,facebook)"; now = "2016-05-30 23:58:06"; success = 0; } Please check error, we are getting while passing AuthType:recovery-token at our end.(Mentioned in API list to pass as parameter).

SeanGuerrero commented 8 years ago

Is this issue taken care of?

brianhorakh commented 8 years ago

Sorry, that AuthType wasn't in the whitelist, that has been corrected.

inder243 commented 8 years ago

We are unable to login with received recovery token, Please check at your end.

For example: We generate recovery token: http://www.vitatheapp.com/vita-api/UserPasswordReset?Email=kavita.r@iapptechnologies.com

Than ,tried to login with received token:

http://www.vitatheapp.com/vita-api/UserLogin?Username=kavi&recovery-token=PfWPVjPH&AuthType=recovery-token

but getting false in response. Response: {"success":false,"now":"2016-06-15 06:36:00"}

brianhorakh commented 8 years ago

I have corrected this issue and verified the recovery token will now work.