post-change-password
trigger runs after a database connection user resets or changes their password.
Multiple Actions can be bound to this trigger, and the Actions will run in order. However, these Actions will be run asynchronously and will not block the password reset process.
npm
library like axios
, you must add the library to the Action as a dependency. To learn more, read the “Add a dependency” section in Write Your First Action.