Skip to content

Ignore verification_attempts column from PhoneNumberValidation model

Hinam Mehra requested to merge hm-ignore-verification-attempts-column into master

What does this MR do and why?

  • I created a user_phone_number_validations table in !97762 (merged), with a verification_attempts column. This column was initially intended to rate-limit the amount of tries a user gets to verify their phone number.
  • But this isn’t needed anymore since we are throttling the requests using ApplicationRateLimiter.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Hinam Mehra

Merge request reports