- DATE:
- AUTHOR:
- Ory Team
Improved required verification flow on login and registration
New Ory Network projects now redirect users to a pre-filled verification flow when the require_verified_address
hook is enabled for login. This ensures that address verification is completed before authentication proceeds, improving flow consistency and security.
In registration flows, the show_verification_ui
element is no longer included in continue_with
by default when verification is enabled. It is now only included if the show_verification_ui
post-registration hook is defined or if the kratos_feature_flags_legacy_continue_with_verification_ui
flag is enabled.
This change reduces unexpected UI behavior and aligns with the configured hooks.
The legacy feature flag remains enabled by default for all existing projects for backwards compatibility. You can configure feature flags in the Ory Console.