Opened 17 years ago
Closed 17 years ago
#1472 closed defect (bug) (fixed)
bp_core_boot_spammer fails to return auth_obj
| Reported by: | willnorris | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | Keywords: | security, login, has-patch | |
| Cc: |
Description
The 'authenticate' hook is a filter, so any implementing functions must return the object at the end. bp_core_boot_spammer fails to do so, breaking other plugins that also use this hook.
Simple patch attached.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2200]) Fixes #1472 props willnorris