Linux 软件免费装

Plugin Name

开发者 arsdehnel
更新时间 2016年6月15日 09:23
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 4.5
版权: GPLv2 or later
版权网址: 版权信息

标签

security access control visibility post access

下载

0.9.0 1.1.0 0.9.1 0.9.2 0.9.9 1.1.1

详情介绍:

Initially this was developed for use on my own site to allow proposals I created for clients to live within my WordPress site as a custom post type but one that (even if someone stumbled across the URL) they wouldn't be allowed to see. But the uses are already going beyond that for me and I'm sure there are many implementations that I haven't even thought of. Post Access Within the edit form for any of your post types (see below for configuration options that will determine which types of posts get this option) there is a new meta box that allows you to indicate what type of access controls you would like to enforce on that post. If you choose "By Individual" then you are given a list of all the current users for that WordPress installation. You can check as many of these checkboxes as you'd like to individually give those users access to that particular post. Similarly you can choose "By Group" from that same drop down and you will be presented with a listing of groups that users can be assigned to for more reusable combinations of users. User Groups As mentioned above, each post can have one or many user groups that are given access to a particular post. These groups are maintained through the "User Groups" forms that live within the "Users" menu in the WordPress admin. You can create as many user groups as you'd like and assign users to whichever groups make sense. There is no limit to the number of users within a group and there is no limit to the number of groups a given user can be in. These groups can make this a great tool for websites for organizations that have committees or teams that need access to some information but that information is not public. A user group can be setup and re-used over and over. And then if a member leaves (or is added) it only needs to be maintained in that one group definition rather than adjusting all of your posts. These admin forms have been built with all the WordPress admin tools and structures so they feel like they are part of WP Core. Easy to browse through, filter results and maintain all of your groups and their members. Configuration Options There are just a few configuration options for this plugin available through the Settings menu:
  1. You can specify which post types should even have this option on the edit form. This can be nice when there are multiple administrators and authors and only some post types should have this sort of option.
  2. There is a place to enter the default access denied message that a visitor would see if they tried to access a post that they were not allowed to see based on the controls setup. This can be overridden within each post but it's nice to have a default if it's always going to be the same message you want to tell visitors.
  3. To make this fit with your preference on how the edit post form feels you can adjust the location that this new meta box should go to. This is a little generic because of how many options there are for WordPress to layout their admin but you get all the options that WordPress provides for locations on that form.
  4. Lastly you can control the "priority" of where that meta box falls in the location you specified. For instance if you put a high priority on something and put it in the "Along Right Side" location then it will be at the top of the right side above the publish box. Any other priority setting for the right side location setting will result in it being below the publish box.

安装:

Installation of the Post Access Controller is pretty standard.
  1. Download the zip archive of the plugin
  2. Extract the archive
  3. Upload that archive to the /wp-content/plugins/post-access-controller/ folder
  4. Go to the Plugins menu in the admin of your WP site
  5. Click Activate in the Post Access Controller line
  6. Go to the Settings -> Post Access Controller page to get a few things setup and configured.
  7. Done! You're ready to start editing or creating posts with all the access control you need.

屏幕截图:

  • First thing to do is to get to the Settings -> Access Controls page and make sure the configuration options are all what you would like.
  • This is the listing of all the access control groups that have been setup and their maintenance options ("edit" or "archive")
  • Clicking edit on the listing page will bring up the group maintenance form where you can specify who is in that group.
  • Once there are groups setup then the user maintenance page also allows for maintenance of the groups that the particular user is included in.=
  • On the post maintenance page with the settings making the post access control box on the right side and high priority.

升级注意事项:

0.9 See changelog, there are some major backend changes with this version that could cause problems with existing installations of this plugin. 0.8 First version publicly accessible via WordPress.org

常见问题:

How secure is Post Access Controller?

The short answer: pretty darn secure but don't put your bank information out there. For 98% of users they would have no way of getting around the checks and controls that this puts into place. It will prevent the stumbling across a link that isn't for them (such as one forwarded in emails or that they maliciously got from someone else) and it will prevent the page from coming up in any search results. Without being a hacker and knowing the approaches that are taken to compromise a WordPress site it would be impossible to say that this covers every possible attack situation. However, it uses the built-in WP Core actions and variables for the access checking so it is as secure as WP itself.

更新日志:

1.1.1 1.1.0 0.9.9 0.9.5 0.9.4 0.9.3 0.9.2 0.9.1 0.9.0 0.5.0 0.1.0