#44298 closed defect (bug) (fixed)
Invalid return statement in confirmation email expiration error notice
Reported by: | itowhid06 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.9.7 | Priority: | normal |
Severity: | normal | Version: | 4.9.6 |
Component: | Users | Keywords: | has-patch commit fixed-major |
Focuses: | privacy | Cc: |
Description
Currently if expiration time is passed, the error message is stored in a variable, which is never returned.
Attachments (1)
Change History (8)
#2
@
7 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 4.9.7
- Severity changed from major to normal
#3
@
7 years ago
Appears to be a copy/paste from check_password_reset_key()
, where $return
goes through the password_reset_key_expired
filter. The patch looks good.
#4
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 43331:
Note: See
TracTickets for help on using
tickets.
Good catch, @itowhid06. Patch looks good to me!