Has anybody had problems with setting a new passwo...
# talk-kratos
w
Has anybody had problems with setting a new password? I have implemented the settings flow and have used it successfully to change the other traits of my user’s identity but for whatever reason when I set a new password the corresponding
identity_credentials
record is not updated with the new hash. I also notice that if I use a very weak password like, “password123” I don’t see the haveibeenpwnd warning about the weakness of the password. I am thinking that this must be an error with my configuration.
To anybody who stumbles across this in the archives I discovered the source of the issue by reviewing the source code of the selfservice ui for React created and maintained by the Ory team (thank you!!). The issue was that I was including all of the Ory ui nodes in my form where I should have included only those from the
password
and
default
groups. 🤦 Again, a sincere thank you to the Ory team for making this software. It is truly wonderful.
f
I have also hit this trap way back. This is probably something that could be documented better.
m
Great you were able to solve your own problem @white-dawn-42840! If you have an idea where and how we can document this better let me know @faint-helmet-53309 In the custom UI section maybe?
f
TBH, I would have expected it to be described in the OpenAPI spec. Personally, I read the docs for high level understanding, but then I look at the spec and treat it as source of truth
In the docs, you might just want to point to the spec for knowing the exact payloads.
An in the docs, I think this self service flow is missing, right?