Linux 软件免费装

Frontend HTTP Auth Protection

开发者 pmbaldha
更新时间 2016年12月9日 13:24
PHP版本: 3.3.0 及以上
WordPress版本: 4.7
版权: GPL2
版权网址: 版权信息

标签

security http frontend protection auth

下载

0.1

详情介绍:

Frontend HTTP Authentication Protection provides simple HTTP authentication layer to your fronend site. There is often need to prevent normal visitors and search engine from navigating front website, when website is in development environment before release website in production environment. This plugin serves this need very well by adding HTTP authentication layer to frontend site. This Wordpress Plugin uses HTTP Basic Authentication. This plugin is fully configurable from admin panel.

安装:

  1. Upload the entire frontend-http-auth-protection folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the \'Plugins\' menu in admin panel.
  3. Go to setting > Frontend HTTP Authentication for configuring setting and test functionality given by plugin.

屏幕截图:

  • Admin side configuration setting
  • Frontend login prompt dialogue
  • Frontend login prompt cancel error display

升级注意事项:

0.1 No need to upgrade, you only need to install plugin. This is first version of plugin

常见问题:

Is there any configuration require for this plugin?

Yes, You have to set username and password and other basic configurations.

What is default HTTP auth username and password when plugin will be activated ?

Default username is user and default password is user123

Can I set empty username and password when plugin will be activated ?

Yes, You can set blank value in empty and password.

更新日志:

0.1 Initial release