Skip to content

Spam protection at sign up #10

@martinzlocha

Description

@martinzlocha
Member

Detailed Description

Limit the number of times someone can signup from a given IP within a short period of time. If the limit is exceeded the user should be notified/silently ignored.

Context

This will prevent malicious users from using the website to spam others.

Possible Implementation

Store IP addresses and usernames of students which signed up recently and cross check when a new request is received. Remove information after several minutes to prevent from infinite growth of data. Kept in memory and not in the database to improve performance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @martinzlocha

        Issue actions

          Spam protection at sign up · Issue #10 · docsocsf/mad