delightful-yak-60786
11/19/2023, 8:24 PMchilly-king-10285
11/19/2023, 8:24 PMchilly-king-10285
11/19/2023, 8:24 PMpassword
for updating the password used to sign in - oidc
for un-/linking from social sign in providers such as Google or Facebook - profile
for updating an identity's traits (for example change the first name) You can choose which methods to use in the Ory Identities configuration or in the Ory Console. Here is an example of how to enable these methods in the configuration: yaml selfservice: methods: password: enabled: true oidc: enabled: true profile: enabled: true # ...
For more details, please refer to the [User settings and profile updates](https://www.ory.sh/docs/kratos/self-service/flows/user-settings) documentation.delightful-yak-60786
11/19/2023, 8:29 PM