How to update the password in langflow for signing in UI. Using 1.6.4 v #10532
Unanswered
SreenathRajeev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Got an info from documentation
curl -X PATCH
"$LANGFLOW_URL/api/v1/users/10c1c6a2-ab8a-4748-8700-0e4832fd5ce8/reset-password"
-H "Content-Type: application/json"
-H "x-api-key: $LANGFLOW_API_KEY"
-d '{
"password": "newsecurepxxxxxx"
}'
but getting error
{
"message": "'UserRead' object has no attribute 'password'"
}
Beta Was this translation helpful? Give feedback.
All reactions