Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Update Password from the Interface

I have the following page in my App:

Image

I want to enable the user to change her password if the old password field match the one existing DB. I read through your tutorials and some of the questions in your support. Yet, the logic is not completely clear to me. I understand that the password is not stored as a string in DB and hence cannot be compared to the one inseted by the user (correct me if I'm wrong). Now, my understanding of logic is as follows:
1) On click "change password" event, (login_service) must be invoked.
2) The service read username and password from LSV's I created for this pupose (which store the user credentials upon his intial login).
3) In response, the service read sessionToken into another LSV.
4) Now I need to invoke (update) service.
//Here I could not figure out, how to update (users) table, as (Update) service cannot be linked to (users) table?

Many thanks for your help!

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

Update Password from the Interface

Hi Hawk,

Please see how to update password in this tutorial:
http://devcenter.appery.io/tutorials/...

Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Update Password from the Interface

Many thanks Kateryna!

Return to “Issues”