Fix Instagram email validation rate limit #342#347
Merged
json-hunter07 merged 2 commits intoMay 20, 2026
Conversation
f0ba726 to
d3e3c34
Compare
Resolves kaifcodec#342 by switching validation logic from account_recovery_send_ajax to users/check_email endpoint.
d3e3c34 to
0b57e89
Compare
Contributor
Author
|
Here I have worked on this issues lemme know your thoughts @kaifcodec |
kaifcodec
reviewed
May 20, 2026
Owner
kaifcodec
left a comment
There was a problem hiding this comment.
@shredzwho Good find, this is much better.
Since it moved away from the forgot-password flow to a dedicated API endpoint, the checks should now be more accurate and it also avoids notifying the target email address like before
Nice work!
I have pushed a follow up commit to remove it from LOUD_MODULES list.
kaifcodec
approved these changes
May 20, 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.
Resolves #342
Changes
/api/v1/web/accounts/account_recovery_send_ajax/endpoint with/api/v1/users/check_email/.email_is_takenproperly.