Page MenuHomePhorge

Signup limits
ClosedPublic

Authored by vanmeeuwen on Dec 24 2021, 10:52 AM.
Tags
None
Referenced Files
F10576921: D3149.diff
Wed, Nov 29, 7:00 PM
Unknown Object (File)
Sat, Nov 25, 8:11 AM
Unknown Object (File)
Fri, Nov 24, 5:57 AM
Unknown Object (File)
Thu, Nov 23, 5:05 PM
Unknown Object (File)
Sat, Nov 18, 6:59 AM
Unknown Object (File)
Oct 18 2023, 5:07 PM
Unknown Object (File)
Oct 12 2023, 4:23 PM
Unknown Object (File)
Oct 9 2023, 9:28 AM
Subscribers
Restricted Project

Details

Reviewers
machniak
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rKce233afa436f: Signup limits
Summary

TODO:

  • add index on signup_codes.ip_address and signup_codes.email columns
  • make sure the stored email is lowercased?
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
mollekopf added inline comments.
src/app/Rules/SignupExternalEmail.php
31

Add a comment that we deliberately give the "wrong" reason to not disclose information.

  • Add commentary about the apparent inaccuracy of the message
This revision is now accepted and ready to land.Dec 24 2021, 3:09 PM
This revision was automatically updated to reflect the committed changes.