Linux 软件免费装
Banner图

WP Similar Basic Auth

开发者 256hax
更新时间 2021年5月29日 12:02
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 5.3.2
版权: GPLv2 or later
版权网址: 版权信息

标签

security login password auth .htaccess basic auth kusanagi

下载

0.1.1

详情介绍:

Attackers trying to breakthrough WordPress admin page. Basic Authentication helps to prevent attacks. But some case it can't modify .htaccess or ssl.conf. This plugin is useful for servers where prohibition modify Apache conf(.htaccess) or Nginx conf(ssl.conf). Protect WordPress admin page on similar Basic Auth. It doesn't need .htaccess or ssl.conf. Features Note This plugin doesn't replace Basic Authentication. If you can modify .htaccess or ssl.conf, I recommend using that. See differences running layer. Running Layer Fronts-end (ex: CSS, Javascript) Application Plugin <- This plugin Application (ex: WordPress) Programming language (ex: PHP) Middleware Web (ex: Apache, Nginx) <- .htaccess Basic Authentication Middleware DB / OS

安装:

  1. Visit Plugins > Add New in your WordPress admin page.
  2. Search for "WP Similar Basic Auth".
  3. Click Install Now then Activate plugin.
  4. Configure User Name and Password in Settings > WP Similar Basic Auth.
Note

屏幕截图:

  • Log in page.
  • Log in page wtih title and message.
  • Settings.

常见问题:

I forgot User Name and Password.

Try to following steps.

  1. Delete wp-similar-basic-auth in your WordPress plugins directory. (ex: [WordPress Installation Path]/wp-content/plugins/wp-similar-basic-auth)
  2. Log in to your WordPress admin page.
  3. Reinstall WP Similar Basic Auth. (See Installation instructions)
  4. Configure new User Name and Password in the "WP Similar Basic Auth" settings.

Can I read password?

No. WP Similar Basic Auth plugin use hash function.

Why doesn't ask log in again?

"Remember logging in" for several weeks if you successful WP Similar Basic Auth log in page. Ask log in again after log out WordPress admin page or several weeks.

How can I log out WP Similar Basic Auth?

Log out WordPress admin page.

How can I stop?

Deactivate in the WordPress plugins menu.

Can I change the WP Similar Basic Auth log in page theme?

No. WP Similar Basic Auth plugin automatically load your WordPress theme. But you can customize style by CSS. Use 'div id="wsba"'.

更新日志:

See the release history.