Skip to content
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

Add mechanisms to reduce registration spam #15276

Merged
merged 6 commits into from Dec 10, 2020

Commits on Dec 9, 2020

  1. Add honeypot fields to limit non-specialized spam

    Add two honeypot fields: a fake website input and a fake password confirmation
    one. The label/placeholder/aria-label tells not to fill them, and they are
    hidden in CSS, so legitimate users should not fall into these.
    
    This should cut down on some non-Mastodon-specific spambots.
    ClearlyClaire committed Dec 9, 2020
    Copy the full SHA
    8a2797a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6da63a3 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    ClearlyClaire committed Dec 9, 2020
    Copy the full SHA
    d23f90a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8462784 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2a0eacf View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Copy the full SHA
    3f689ca View commit details
    Browse the repository at this point in the history