🎨 Added warning log for signin attempts on unknown members#28068
🎨 Added warning log for signin attempts on unknown members#28068leafwind wants to merge 1 commit into
Conversation
When a signin magic link is requested for an email with no associated member, Ghost silently returns 201 without sending an email. This makes it hard for admins to diagnose why users report not receiving magic links. The log only records the email domain to avoid storing personal data. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR adds warning-level logging to the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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 |
|
Hey @leafwind, thanks for the PR. I'm going to close this since I think there's a couple challenges, though you're welcome to reopen and discuss:
If users report not receiving magic links, I think you'll want to look into SMTP logs. |
When a signin magic link is requested for an email with no associated member, Ghost silently returns 201 without sending an email. This makes it hard for admins to diagnose why users report not receiving magic links. The log only records the email domain to avoid storing personal data.