https://github.com/FriendsOfFlarum/stopforumspam
Run registrations through the Stop Forum Spam database
https://github.com/FriendsOfFlarum/stopforumspam
flarum friendsofflarum hacktoberfest stopforumspam
Last synced: 21 days ago
JSON representation
Run registrations through the Stop Forum Spam database
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/stopforumspam
- Owner: FriendsOfFlarum
- License: mit
- Archived: true
- Created: 2018-09-16T21:40:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T09:44:47.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:37:24.985Z (6 months ago)
- Topics: flarum, friendsofflarum, hacktoberfest, stopforumspam
- Language: PHP
- Homepage:
- Size: 425 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flarum - FoF Stop Forum Spam - Run registrations through the Stop Forum Spam database. (Extensions / Security & Spam ([:top:](#table-of-contents)))
README
# StopForumSpam by FriendsOfFlarum
 [](https://packagist.org/packages/fof/stopforumspam) [](https://opencollective.com/fof/donate)

A [Flarum](http://flarum.org) extension.
Checks new user registrations against the `StopForumSpam` database. If either the `confidence` or `frequency` thresholds are reached, the user is prevented from completing their registration on your forum. SSO register via `fof/oauth` and `fof/passport` is also supported. Other SSO providers should work, but are untested.
### Installation
Install with composer:
```sh
composer require fof/stopforumspam:"*"
```### Updating
```sh
composer update fof/stopforumspam
```### Links
- [Extiverse](https://extiverse.com/extension/fof/stopforumspam)
- [Packagist](https://packagist.org/packages/fof/stopforumspam)
- [GitHub](https://github.com/FriendsOfFlarum/stopforumspam)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).