[Docs] Notify Email/SMS sending failure messages to end user on notification channel connectivity issues#6198
Conversation
|
Warning Review limit reached
More reviews will be available in 52 minutes and 52 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo MFA setup guides—Email OTP and SMS OTP—are updated to add version/product-conditional content: a new screenshot for Identity Platform and Identity Server > 7.3.0, and a new "Notify users on OTP delivery failure" settings table row for the same conditions. ChangesMFA OTP Setup Guide Updates
Suggested labels
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 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/authentication/mfa/add-emailotp-login.md`:
- Around line 87-95: The parenthetical example in the note within the "Notify
users on OTP delivery failure" table cell incorrectly describes a delivery
failure as "the email reaching the recipient's inbox" which is actually a
successful delivery, not a failure. Fix the example by rewording it to correctly
represent what a delivery failure actually is - the email not reaching the
recipient's inbox - so the description aligns with the setting name and
clarifies that some actual delivery failures may not be captured depending on
the provider.
In `@en/includes/guides/authentication/mfa/add-smsotp-login.md`:
- Around line 83-91: In the table description for the "Notify users on OTP
delivery failure" setting, correct the parenthetical example which currently
states delivery failures as "the SMS reaching the recipient's device" - this is
logically reversed. Change it to clarify that delivery failures mean the SMS
does NOT reach the recipient's device, making the explanation consistent with
the setting name and the overall description context.
🪄 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: 031f3644-861e-448e-a73e-d5f9c92e5302
⛔ Files ignored due to path filters (4)
en/asgardeo/docs/assets/img/guides/mfa/emailotp/setup-email-otp-v2.pngis excluded by!**/*.pngen/asgardeo/docs/assets/img/guides/mfa/smsotp/setup-sms-otp-v2.pngis excluded by!**/*.pngen/identity-server/next/docs/assets/img/guides/mfa/emailotp/setup-email-otp-v2.pngis excluded by!**/*.pngen/identity-server/next/docs/assets/img/guides/mfa/smsotp/setup-sms-otp-v2.pngis excluded by!**/*.png
📒 Files selected for processing (2)
en/includes/guides/authentication/mfa/add-emailotp-login.mden/includes/guides/authentication/mfa/add-smsotp-login.md
Purpose
Related Issue