- Notifications
You must be signed in to change notification settings - Fork 278
Open
Labels
API-ServiceBackend Java Spring for the Lowcoder APIBackend Java Spring for the Lowcoder APILowcoder APIDedicated to the OpenAPI of LowcoderDedicated to the OpenAPI of Lowcoder
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Since the javascript utils.resetPassword doesn't return the status (See #2034 ), I tried to use the lowcoder API UpdatePassword.
It takes an old password and a new password. I put the oldPassword in correctly, and verified with Chrome Developer Tools it was sending it correctly, but it returns an error "Passwords Don't Match"
Expected Behavior
Password should reset if the old password is correct.
Steps to reproduce
Call the lowcoder UpdatePassword API
Here is what I sent them
{
"oldPassword": {{ui_oldPassword.value}},
"newPassword": {{ui_newPassword.value}}
}
I used the exact same old password as I used to log in (using clipboard paste, to avoid typo errors)
Environment
Self Hosted 2.7.4
Additional Information
No response
Metadata
Metadata
Assignees
Labels
API-ServiceBackend Java Spring for the Lowcoder APIBackend Java Spring for the Lowcoder APILowcoder APIDedicated to the OpenAPI of LowcoderDedicated to the OpenAPI of Lowcoder
Type
Projects
Status
🆕 New