=== Access Category Password === Contributors: jojaba Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5PXUPNR78J2YW&lc=FR&item_name=Jojaba¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted Tags: protect, password, category Requires at least: 3.0.1 Tested up to: 5.3 Stable tag: 1.5.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Protects posts in categories by setting a unique Password for all restricted categories. == Description == This plugin makes it possible to restrict the access of posts contained in categories by setting a password and giving the impacted categories. The content and the excerpt of these posts are replaced by a password form that the user can fill out to get access. The WordPress generated feeds are modified (the description is replaced by a sentence that you can define). Here's the list of the settings (see screenshots for further infos): * Choose between session or cookie authentication * Set the password * Check the categories that has to be protected * Check the users granted to access the categories without password * Tell if the excerpt should be displayed or not in resources listing * Display a custom excerpt before password field * Set the info message that display before the password form * Set the placeholder in password field * Set the error message when typing the wrong password * Set the valdation button text * Set the text replacing the feed item description of protected posts * You can style the form using the available classes Availabe languages : English (1.5), French (1.5), Simplified Chinese (thanks to Changmeng Hu, 1.4), German (1.4). This plugin uses php Sessions (more secure) or a Cookie (less secure) to keep in mind the authenticated users. The password is crypted before it is stored. The regular feed content is filtered to avoid content display of restricted categories posts. == Installation == 1. Type "access category password" in the extension adding search form and install it or, after dowloaded the package, extract the `access-category-password` directory and upload it to the `/wp-content/plugins/` directory of your Wordpress installation 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to Settings » Access Category Password to set up the plugin == Frequently Asked Questions == = Could I protect more than one category = Yes. You just have to check the right checkboxes in the plugin options screen. = Could I style the password form? = Yes. Beginning with version 1.4 of Access Category Password. You can add in your regular theme stylesheet (style.css) or the dedicated file in the plugin folder (acpwd.css) the selectors and their properties. Here are the available classes: * `acpwd-container` class: the container of all elements that replace the content. * `acpwd-added-excerpt` class: the `
` tag containing the customized excerpt. (added in version 1.5) * `acpwd-info-message` class: the `
` tag containing the info message. * `acpwd-form` class: the `