<@U04UQ68083H> How can i check the string(ex: "asd...
# ory-copilot
f
@chilly-king-10285 How can i check the string(ex: "asd12e") is password of current user? I want to recomfirm process to check password before change password
c
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. The provided extracts do not contain specific information on how to check if a given string is the current user's password in Ory. However, Ory does follow best practices for password management and security, including checking passwords against a database of compromised secrets and implementing the NIST Digital Identity Guidelines for password complexity. For more detailed information on how to manage passwords in Ory, you may want to refer to the [Ory Password Policy Documentation](https://www.ory.sh/docs/concepts/password-policy) and the [Ory Identity and Access Management Documentation](https://www.ory.sh/docs/identities/sign-in/actions).