#49007 closed feature request (fixed)
Extend wp_login_failed action
Reported by: | hamedmoodi | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Login and Registration | Keywords: | has-dev-note |
Focuses: | Cc: |
Description
currently when login failed trigger developer can not find out what happened that trigger this error.
its better developer can find out what happen for some operation such as security log, or notification and ...
although developer can rewrite authenticate function but its good for general wordpress operations.
my offer is add $user to wp_login_failed action for control errors in
thanks
Change History (9)
#1
@
5 years ago
#2
@
5 years ago
login failed may be trigger when password is incorrect or captcha code is not valid or another resosn that user exists but can not validate another params
#3
@
5 years ago
At the point the action wp_login_failed is called, the user object is a WP_Error object, passing it as a parameter will be passing the error object
#4
@
5 years ago
Yes, i this WP_Error object keep error(s) that happended such as invalid captcha.
i want exactly WP_Error for analyze what error happened
#5
@
5 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 46971:
#9
@
5 years ago
- Keywords has-dev-note added; needs-dev-note removed
Documentation added in the miscellaneous changes dev note: https://make.wordpress.org/core/2020/02/26/miscellaneous-developer-focused-changes-in-wordpress-5-4/
I don't thins the $user object can be added as at this point authentication has failed, so technically there is no user object