<@U04UQ68083H> I have followed the 5 min tutorial ...
# ory-copilot
d
@chilly-king-10285 I have followed the 5 min tutorial and got it connected to my Go app, now I would like to signup with my own user profiles. what settings do I need to update so I am not using the default foo@bar.com profile
c
A message from kapa.ai
To sign up with your own user profiles, you need to follow the user settings and profile updates flow provided by Ory. This allows users to update their own settings and profile information. There are two principal flows: - Flows where the user sits in front of the Browser and the application is a server-side application (Node.js, Java, ...) or a client-side application (React.js, Angular, ...) - Flows where API interaction is required (Mobile app, Smart TV, ...) Three settings methods are supported: -
password
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:
Copy code
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.
d
what if i am using hydra