Update User's Password
This action will update the current user's password.
Inputs and Settings

Old Password
The current user's password. Required to confirm the operation.
New Password
The new password to be considered. Although it's not required, it would be wise to ask for the user to confirm or re-enter the new password on this new one.
Trigger ID (optional)
This will link the action with a Action Listener of the same ID.
If left blank, all listeners on the page with blank ID's will be triggered at the same time, so we suggest to always define a Trigger ID.
When the function finishes running, it will trigger the User Updated event, storing the user's ID and Email on the listener's states.
Triggered events
Those events are triggered by an Action Listener with the same ID as the Trigger ID provided on the action.
User Updated (if the action was successful)
Error in Action (if an error occurs)
Stored values on the listener
User ID
The current user's ID.
User Email
The current user's email address.
Last updated