Document connection-based sign-up in self-registration flow#6254
Merged
DilshanSenarath merged 1 commit intoJul 12, 2026
Merged
Conversation
Contributor
📝 WalkthroughWalkthroughSelf-registration documentation now mentions supported third-party connections and provides setup instructions for configuring connection-based sign-up in the registration flow. ChangesConnection-Based Self Registration
Suggested labels: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@en/includes/guides/flows/self-registration.md`:
- Line 114: Update the widget instruction to replace the unresolved “{Provider}”
placeholder and inline-code styling with either a concrete provider label such
as “Continue with Google” or a description of the “Continue with” widget for the
configured provider.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yml
Review profile: CHILL
Plan: Pro
Run ID: 693ab074-34ea-45e8-bdc9-49a7a4fd9430
📒 Files selected for processing (2)
en/includes/guides/flows/index.mden/includes/guides/flows/self-registration.md
pavinduLakshan
approved these changes
Jul 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Document how to add a connection-based (social/enterprise) sign-up option to the self-registration flow, and update the flows overview to reflect that self-registration supports external connections.
Changes
en/includes/guides/flows/index.md: Note that self-registration supports signing up through supported connections (Google, Apple, Facebook, Microsoft, GitHub).en/includes/guides/flows/self-registration.md: Replace the standalone redirect-URL note with a new Add a connection-based sign-up option section that lists the supported connections, links to their setup guides, and walks through registering the connection, configuring the authorized redirect URL, and wiring up theContinue with {Provider}widget in the Flow Builder.