Page MenuHomePhorge

Signup limits
ClosedPublic

Authored by vanmeeuwen on Dec 24 2021, 10:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 13, 10:00 AM
Unknown Object (File)
Fri, Jul 5, 9:55 PM
Unknown Object (File)
Wed, Jul 3, 9:33 PM
Unknown Object (File)
Sat, Jun 29, 9:13 PM
Unknown Object (File)
Fri, Jun 28, 1:43 AM
Unknown Object (File)
Jun 16 2024, 1:52 AM
Unknown Object (File)
Jun 11 2024, 12:08 AM
Unknown Object (File)
Jun 10 2024, 9:08 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.