lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Bug]: Javascript utils.resetPassword doesnt return result of reset

Open ScottKemp opened this issue 1 month ago • 0 comments
trafficstars

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

When calling utils.resetPassword, I dont know if it actually succeeded or not. With my app, I need to know. For instance when a new user is onboarded I want to force a password reset. Without knowing if they were successful, I dont know how to proceed (Do I ask again?)

The Lowcoder API call returns the result, and I will probably switch to that for now.

Expected Behavior

utils.resetPassword should return a boolean indicating success.

Steps to reproduce

See Attached module and click the button

Password Reset Return Value.json

Environment

2.7.4 Self Hosted

Additional Information

No response

ScottKemp avatar Oct 02 '25 05:10 ScottKemp