| 开发者 | flobamedia |
|---|---|
| 更新时间 | 2026年9月9日 07:27 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp_mailwp-login.phplogliy/v1wp_login_failed / wp_login and uses normal auth cookiesdefine( 'LOGLIY_ALLOW_PASSWORD', true ); in wp-config.phpwp_login_failed so Wordfence lockouts still applywp_set_auth_cookie + wp_login like a normal wp_signonauthenticate check.
WooCommerce
vendor-prefixed/)logliy folder to /wp-content/plugins/Open Settings → Logliy → SSO. Enable SSO and enter your OpenID Provider Issuer URL, Client ID, and Client Secret. Register the shown Redirect URI at the provider. The SSO tab appears on the login form only when those three fields are set. ID tokens must be signed with RS256. New WordPress users are not created unless you turn on Create users.
Add to wp-config.php:
define( 'LOGLIY_ALLOW_PASSWORD', true );
Then sign in with your password and adjust Logliy settings.
No. Logliy is the login method layer. Wordfence remains your WAF / lockout / scanner layer.
Application Passwords and WP-CLI are not blocked by the password policy. With password login off, XML-RPC authentication with the account password is blocked by default (affects the WordPress mobile app, Jetpack, and some backup tools). Enable Allow XML-RPC passwords under Logliy → General if a tool still requires it. Prefer Application Passwords when the client supports them.