开发者 |
georgestephanis
valendesigns stevenkword extendwings sgrant aaroncampbell johnbillion stevegrunwell netweb kasparsd alihusnainarshad passoniate |
---|---|
更新时间 | 2024年4月26日 04:05 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.5 |
two_factor_providers
filter overrides the available two-factor providers such as email and time-based one-time passwords. Array values are PHP classnames of the two-factor providers.two_factor_enabled_providers_for_user
filter overrides the list of two-factor providers enabled for a user. First argument is an array of enabled provider classnames as values, the second argument is the user ID.two_factor_user_authenticated
action which receives the logged in WP_User
object as the first argument for determining the logged in user right after the authentication workflow.two_factor_token_ttl
filter overrides the time interval in seconds that an email token is considered after generation. Accepts the time in seconds as the first argument and the ID of the WP_User
object being authenticated.报告漏洞、功能建议或任何其他(非安全相关)的反馈最佳途径是在 GitHub Two Factor 的 issues 页面。在提交新问题之前,请搜索现有问题以检查是否有其他人报告了相同的反馈。
插件贡献者和 WordPress 社区非常重视安全漏洞。我们感谢您负责任地披露您发现的漏洞,并将竭尽全力解决您的贡献。 To report a security issue, please visit the WordPress HackerOne program.