تفصیل
Restricts registration to email addresses listed on the options page. Assumes WP Members is installed and active, and WP native registration is turned off. Includes both whitelist (accepted emails) and blacklist (blocked emails). The blacklist will override entries in the whitelist.
If you’d like to present an issue or contribute a fix, the Github repository is located at https://github.com/newtribesmission/Restrict-Registration-for-WPMem
انسٹالیشن
- Make sure the WP-Members plugin is installed and activated
- Turn the WordPress native Registration off (users can still register through WP-Members)
- Upload the
/ntm-wpmem-restrict-registrationfolder to the/wp-content/plugins/directory - Set up the options in Dashboard > Users > Pre-Approve (Before you do this, all registrations will be blocked)
- Activate the plugin through the ‘Plugins’ menu in WordPress
عمومی سوالات
- How do I set up the options?
-
As of 2.0, from the dashboard, find "Users > Pre-Approve” and follow the directions there.
- Will this work without WP Members activated?
-
For security, this plugin will stop any registration attempts from unapproved email address regardless of how the registration is attempted. However, the error messages and redirects aren’t guaranteed to work with the WP naative registration.
جائزے
There are no reviews for this plugin.
شراکت دار اور ڈیویلپرز
“Restrict Registration By Email for WP-Members” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“Restrict Registration By Email for WP-Members” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
2.0.2
- Made Redirect pluggable
- Conformed to WordPress coding standards
- Cleaned up some commenting in the code
2.0.1
- Fix Options.php error
2.0
- Removed options.php in favor of placing options in the database
- Added admin panel to manage options
1.4.1
- Added the [ntmrr_registration_error] shortcode for use on redirect landing page
1.4
- Initial WP Release
- Moved/Renamed files
- Added WordPress Friendly readme.txt
- Fix "plugin breaks everything if options.php is missing”
1.3
- Initial Public release