Hello,
I have a web application, from where I am creating contacts, the Contact details are stored in the Contact entity of CDS.
I need to change the password of the particular contact from the canvas app in power apps.
What are the ways to change the password of contact from the canvas app??
I tried changing the password using the below code.
Patch(Contacts,LookUp(Contacts,Email = "myemailaddress@gmail.com"),{'Password Hash':"NewPassword"})
Now Password of the contact is getting updated. but it is not in the encrypted format. It is getting saved in normal text format.
and when I am using the updated password to login to the application, It is throwing error as shown in the attachment.
Please check the attachment for the login error using the updated password.
I need help on How to save the updated password and use the same updated password for next time logging in.
Quick Help is really appreciated!!!