ABTech / abtech.org

abtech.org website
https://abtech.org/
8 stars 32 forks source link

Prevent spam from being sent through our event request form #106

Closed bridget-tan closed 3 years ago

bridget-tan commented 4 years ago

A group has been occasionally sending spam through the event request form.

DaAwesomeP commented 4 years ago

Quickest solution @timparenti has recommended is just adding shib login to that page. Would that work? I could probably do that this week.

timparenti commented 4 years ago

Sticking /request behind a Shibboleth login would be a quick solution to the spam problem, but @tedgarb pointed out there may be issues with that given how the site is currently proxied.

This problem does resurface the need to address https://github.com/ABTech/tracker/issues/405, which would bring the form into Tracker (which can also be authenticated) and eliminate the need for the current complexity on the website.

DaAwesomeP commented 4 years ago

Yes, long-term it should be submitted directly to tracker, but for the moment we could add this page to shib in Apache.

DaAwesomeP commented 3 years ago

This will be fixed on the tracker end. Current plan is to reject events that have invalid dates (i.e. 1973 keeps showing up).