Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfFlarum/disposable-emails
Prevent users from signing up with disposable email
https://github.com/FriendsOfFlarum/disposable-emails
flarum friendsofflarum
Last synced: about 10 hours ago
JSON representation
Prevent users from signing up with disposable email
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/disposable-emails
- Owner: FriendsOfFlarum
- License: mit
- Created: 2019-06-22T12:50:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T09:21:59.000Z (about 1 month ago)
- Last Synced: 2024-10-29T22:37:23.962Z (5 days ago)
- Topics: flarum, friendsofflarum
- Language: PHP
- Size: 13.7 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-flarum - FoF Disposable Emails - Prevent users from signing up with disposable emails. (Extensions / Authentication & Authorization ([:top:](#table-of-contents)))
README
# Disposable Emails by FriendsOfFlarum
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/disposable-emails.svg)](https://packagist.org/packages/fof/disposable-emails)
A [Flarum](http://flarum.org) extension. Prevent users from signing up with disposable emails.
The full list of disposable email domains blocked by this extension can be found [here](https://github.com/FGRibreau/mailchecker/blob/master/list.txt)
Screenshots
### Installation
Install with composer:
```sh
composer require fof/disposable-emails:"*"
```### Updating
```sh
composer update fof/disposable-emails
```### Links
[](https://opencollective.com/fof/donate)
[](https://patreon.com/datitisev)- [Packagist](https://packagist.org/packages/fof/disposable-emails)
- [GitHub](https://github.com/FriendsOfFlarum/disposable-emails)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).