-
-
Notifications
You must be signed in to change notification settings - Fork 70
Add registration rate limit #1659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You cannot call create unless the parent is saved
Unfortunately, send_welcome_tour_message
causes this error as it was supposed to be an after_create
callback. The same problem is likely to apply to the ensure_websites
callback
Where are you seeing that? I haven't hit that error anywhere |
Any attempt to manually (via the UI) sign up a user with the PR checked out - do you not get this error, @ArtOfCode-? |
Nope, no error in manual testing or the automated tests |
Nevermind, I think I know what's going on: there were validation errors that prevented the user from being saved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Adds a configurable rate limit for how quickly accounts can be created from the same IP. Related to the ongoing email issues.