famous-jackal-2829
05/31/2025, 8:22 AMbrief-egg-61061
05/31/2025, 8:22 AMbrief-egg-61061
05/31/2025, 8:22 AMsh    ory list workspaces    ory list projects --workspace <workspace-id>    ory get identity-config --project <project-id> --workspace <workspace-id> --format yaml > identity-config.yamlyaml    selfservice:      methods:        totp:          config:            issuer: <http://ExampleIssuer.com|ExampleIssuer.com>          enabled: truesh    ory update identity-config --project <project-id> --workspace <workspace-id> --file identity-config.yamltotpjson "email": {   "type": "string",   "format": "email",   "<http://ory.sh/kratos|ory.sh/kratos>": {     "credentials": {       "totp": {         "account_name": true       }     }   } }famous-jackal-2829
05/31/2025, 8:25 AMbrief-egg-61061
05/31/2025, 8:26 AMbrief-egg-61061
05/31/2025, 8:26 AMtotpemailkratos.ymltotpselfservice.methodsyaml selfservice:   methods:     password:       enabled: true       config:         min_password_length: 6         identifier_similarity_check_enabled: false         haveibeenpwned_enabled: false     totp:       enabled: true       config:         issuer: <http://ExampleIssuerForSelfHosted.com|ExampleIssuerForSelfHosted.com>   flows:     # ... (rest of your config)totppasswordselfservice.methodskratos.ymlrequired_aal: highest_availableselfservice.flows.settingstotpkratos.ymlselfservice.methodsemailfamous-jackal-2829
05/31/2025, 8:30 AMbrief-egg-61061
05/31/2025, 8:30 AMbrief-egg-61061
05/31/2025, 8:30 AMyaml selfservice:   methods:     totp:       enabled: true       config:         issuer: ExampleAppfamous-jackal-2829
05/31/2025, 8:35 AMbrief-egg-61061
05/31/2025, 8:35 AMbrief-egg-61061
05/31/2025, 8:35 AMkratos.ymltotpselfservice.methodskratos.ymlyaml    selfservice:      methods:        password:          enabled: true          # ...        totp:          enabled: true          config:            issuer: ExampleAppemailfamous-jackal-2829
05/31/2025, 8:37 AMbrief-egg-61061
05/31/2025, 8:37 AMbrief-egg-61061
05/31/2025, 8:37 AMoryd/kratos-selfservice-ui-nodekratos-selfservice-ui-nodekratos-selfservice-ui-nodekratos-selfservice-ui-node