We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change password success.
Password is still old one.
When I click the "Save changes", browser logs this http called : api is "/api/v1/method.call/saveUserProfile" request body: response body:
But in server logs, this api called has not the "password" field:
Please help, Thanks.
The text was updated successfully, but these errors were encountered:
Can someone help me....
Sorry, something went wrong.
gabriellsh
Successfully merging a pull request may close this issue.
Description:
Steps to reproduce:
Expected behavior:
Change password success.
Actual behavior:
Password is still old one.
Server Setup Information:
Client Setup Information
Additional context
Relevant logs:
When I click the "Save changes", browser logs this http called :
api is "/api/v1/method.call/saveUserProfile"
request body:
response body:
But in server logs, this api called has not the "password" field:
Please help, Thanks.
The text was updated successfully, but these errors were encountered: