You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to programmatically create a way for users to change their password inside of my app.
I would like to create a form with fields such as "old password", "new password", "retype new password", and then pass the old password and the new password to the function to have the system change the password.
I've tried the userPassword APIs, but they are non-existent in my self-hosted server.
The text was updated successfully, but these errors were encountered:
In our community hours we did find, that in the Display of the Lowcoder API in the Query Editor for an unknow reason exactly the password change APIs were not displayed. However, for the case that Bob needs, the API is not the right chouise. Reason is, that API works as "impersonated user". And when Bob uses "His API Key" then every user of the app trying to reset password (under the hood by the API), it would be always Bob, who try to reset his password.
We need to offer a local way, that is trigger-able for the actual current user. In the editor and the admin area, naturally users of Lowcoder can do this already via UI. But if you want to offer this possibility on a Lowcoder App itself - then the described functionality is indeed missing.
I need to programmatically create a way for users to change their password inside of my app.
I would like to create a form with fields such as "old password", "new password", "retype new password", and then pass the old password and the new password to the function to have the system change the password.
I've tried the userPassword APIs, but they are non-existent in my self-hosted server.
The text was updated successfully, but these errors were encountered: