Mô tả
User registration spam is prevalent in BuddyPress.
One way to dramatically decrease signup spam is to restrict the email address domains that users can sign up with.
WordPress multisite has a native option called “Limited Email Registrations”. But this option requires you to enter the full email domain. For example, if you only wanted to allow .edu email addresses to register, this is not possible.
This plugin restricts registrations to the email domains that you are not specified in the blacklist and works in WordPress single-site and multi-site.
Plugin is a fork of r-a-y’s BP Restrict Signup by Email Domain.
Tested on BuddyPress 2.5, but should work all the way down to BuddyPress 1.6.
Cài đặt
- Download, install and activate this plugin.
- Login to the WP admin dashboard and navigate to the “Settings > BuddyPress” page. Next, click on the “Options” tab. (If you’re using BuddyPress 2.4 or lower, click on the “Settings” tab).
- You should see a new section called “Email Address Restrictions”.
- Under “Blacklist Email Domains”, list the email domains that are not allowed.
eg. If you type in:
.edu
.org
mycustomdomain.com
This will prevent users with .edu, .org, or mycustomdomain.com email addresses from registering on the site.
Any other email address will be allowed registration.
- To customize the error message and registration blurb, edit the other two fields.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“BP Blacklist Signup by Email Domain” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “BP Blacklist Signup by Email Domain” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.1.0
-
20/07/2024
-
Upgrade: Improved translations and escaping of inputs.
1.0.3
-
11/02/2021
-
Fix: Corrected require statement for the admin file.
1.0.2
-
10/02/2021
-
Fix: Translation improvements
1.0.1
- 11/12/2018
Fix: Fix for substr_compare start location error
1.0.0 =
* Initial public release