=== Friends Only === Contributors: gabrielwhite Tags: login, password, email, privacy, private, friends, only, protect, simple, easy, access, management, login, logon, address, username Requires at least: 3.0 Tested up to: 3.1.3 Stable tag: 0.4.2 Increase privacy by only allowing in users who log in with permitted email addresses (no usernames or passwords required!). == Description == Want to restrict access to your blog friends and family, but don't want to have the hassle of everyone needing usernames and passwords? Friends Only requires users to log in with their email address before seeing anything in your blog. It's not particularly secure, but it's a great way to make sure that random people don't have easy access to your blog. This plugin also blocks access to feeds. If you want to re-enable feeds on your blog, you'll have to use Feed Wrangler to create unique URLs for your feed (this plugin is set up to allow Feed Wrangler feeds through). Make sure that each email address is on its own line, and without any decoration (someone@site.com is okay, but "Someone" \[someone@site.com\] is not). == Installation == 1. Upload `friends-only` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Configure the list of addresses that can enter under Settings -> Friends Only 4. Rate the plugin on http://wordpress.org/extend/plugins/friends-only/ == Frequently Asked Questions == = How secure is this plugin? = Not very. If someone can guess an email address, then they can get in. But it definitely keeps out most people who you don't want looking in. = How can I re-enable RSS/Atom feeds? = This plugin also blocks access to feeds. If you want to re-enable feeds on your blog, you'll have to use Feed Wrangler to create unique URLs for your feed (this plugin is set up to allow Feed Wrangler feeds through). == Changelog == = 0.4.1 = Fixed a critical bug that was preventing wp-cron from executing properly with this plugin Improved support for extended / Unicode characters (thanks policieuxjp!) Added IP address information to notification e-mails Minor performance improvements = 0.3.4 = Opened up access to XML-RPC to support the Wordpress mobile client application (and any other apps that use XML-RPC). = 0.3.3 = Added support for the use of HTML entities in messages. = 0.3.2 = Fixed a bug which prevented users from logging in if there was a space before or after their email address. = 0.3.1 = Initial release to the Wordpress Plugin Directory