diff --git a/docs/docs/self-service.mdx b/docs/docs/self-service.mdx index 5ecfa89430e8..9cde90cee903 100644 --- a/docs/docs/self-service.mdx +++ b/docs/docs/self-service.mdx @@ -110,9 +110,9 @@ The browser flow has three stages: :::note -All examples use the Ory Cloud Platform (OCP) playground project. Please be -aware that everyone can see the data you enter there. You can replace the OCP -URL with a locally hosted Ory Kratos as well. +All examples use the Ory Cloud playground project. Please be aware that everyone +can see the data you enter there. You can replace the URL with a locally hosted +Ory Kratos as well. ::: @@ -165,7 +165,7 @@ https://playground.projects.oryapis.com/hosted/login?flow=36c3246f-8e40-4f45-872 which renders the HTML form which for example shows the "username and password" field, the "Update your email address" field, or other flow forms. This HTML -form is rendered be the [Self-Service UI](concepts/ui-user-interface.mdx) which +form is rendered by the [Self-Service UI](concepts/ui-user-interface.mdx) which you fully control. The endpoint responsible for the UI URL uses the `flow` URL Query Parameter @@ -175,7 +175,7 @@ information endpoint, for example: :::note -Calling the flow enpdoint without the correct CSRF cookies will result in a +Calling the flow endpoint without the correct CSRF cookies will result in a failure! ::: diff --git a/docs/docs/self-service/flows/account-recovery.mdx b/docs/docs/self-service/flows/account-recovery.mdx index 1684eee7da80..4a0c510ffab6 100644 --- a/docs/docs/self-service/flows/account-recovery.mdx +++ b/docs/docs/self-service/flows/account-recovery.mdx @@ -69,13 +69,12 @@ stateDiagram - - -Currently, account recovery is enabled. In the future, disabling account -recovery will become an option. + + +Account recovery can be configured in the "Customize/Account Recovery" screen of Ory Cloud. diff --git a/docs/docs/self-service/flows/user-login.mdx b/docs/docs/self-service/flows/user-login.mdx index b698cc3a3fcc..7bb684f1d4c3 100644 --- a/docs/docs/self-service/flows/user-login.mdx +++ b/docs/docs/self-service/flows/user-login.mdx @@ -67,10 +67,10 @@ Currently, two login methods are supported: - + Currently, only the password method is enabled. @@ -138,13 +138,14 @@ here: - + -The Ory Cloud Platform offers a default UI implementation. Pointing to another -UI endpoint will be supported in the future. +Ory Cloud offers a default UI implementation. Visit +[Bring Your Own UI](https://www.ory.sh/docs/guides/bring-your-user-interface) to +learn how to implement a custom UI. diff --git a/docs/docs/self-service/flows/user-registration.mdx b/docs/docs/self-service/flows/user-registration.mdx index bd90ee9d92a7..c7f46e578c97 100644 --- a/docs/docs/self-service/flows/user-registration.mdx +++ b/docs/docs/self-service/flows/user-registration.mdx @@ -71,10 +71,10 @@ Currently, two registration methods are supported: - + Currently, only the password method is enabled. @@ -143,13 +143,14 @@ registration URL. - + -The Ory Cloud Platform offers a default UI implementation. Pointing to another -UI endpoint will be supported in the future. +Ory Cloud offers a default UI implementation. Visit +[Bring Your Own UI](https://www.ory.sh/docs/guides/bring-your-user-interface) to +learn how to implement a custom UI. diff --git a/docs/docs/self-service/flows/user-settings.mdx b/docs/docs/self-service/flows/user-settings.mdx index 443e3529c58f..e25185b3db86 100644 --- a/docs/docs/self-service/flows/user-settings.mdx +++ b/docs/docs/self-service/flows/user-settings.mdx @@ -79,10 +79,10 @@ Currently, three settings methods are supported: - + Currently, only the password and profile method are enabled. @@ -132,16 +132,14 @@ selfservice: - + If any of these fields are changed, the Ory Kratos Login Session must not be older than the configured `privileged_session_max_age` value. -An option to configure this value is on the roadmap for OCP. - @@ -284,13 +282,14 @@ settings URL. - + -The Ory Cloud Platform offers a default UI implementation. Pointing to another -UI endpoint will be supported in the future. +Ory Cloud offers a default UI implementation. Visit +[Bring Your Own UI](https://www.ory.sh/docs/guides/bring-your-user-interface) to +learn how to implement a custom UI. diff --git a/docs/docs/self-service/flows/verify-email-account-activation.mdx b/docs/docs/self-service/flows/verify-email-account-activation.mdx index 04f511cbf711..8ecc34d6a940 100644 --- a/docs/docs/self-service/flows/verify-email-account-activation.mdx +++ b/docs/docs/self-service/flows/verify-email-account-activation.mdx @@ -68,13 +68,12 @@ stateDiagram -Currently, account verification is enabled. In the future, disabling account -verification will become an option. +Account verification can be configured in the `Customize/Email Verification` screen of Ory Cloud. @@ -271,13 +270,14 @@ configured here: - + - The Ory Cloud Platform offers a default UI implementation. Pointing to - another UI endpoint will be supported in the future. +Ory Cloud offers a default UI implementation. Visit +[Bring Your Own UI](https://www.ory.sh/docs/guides/bring-your-user-interface) to +learn how to implement a custom UI.