auth_cookie_bad_username

动作钩子
do_action( 'auth_cookie_bad_username', $cookie_elements )
参数
  • (string[]) $cookie_elements { Authentication cookie components. None of the components should be assumed to be valid as they come directly from a client-provided cookie value. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use. }
    Required:
定义位置
相关勾子
auth_cookie_bad_hashauth_cookie_bad_session_tokenauth_cookie_malformedauth_cookie_expiredauth_cookie_valid
相关方法
validate_usernameplugin_basenamewp_switch_roles_and_userwp_authenticate_username_passwordwp_set_auth_cookieget_author_name
引入
2.7.0
弃用
-

auth_cookie_bad_username是WordPress的一个函数,用于检查认证cookie中的用户名是否无效: 这个函数用于检测认证cookie是否被篡改,这可能表明有安全漏洞。

如果在用户认证过程中输入了一个错误的用户名,则发生触发。

do_action( 'auth_cookie_bad_username', $cookie_elements );

常见问题

FAQs
查看更多 >