#19445 closed defect (bug) (fixed)
Duplicated error code when user is a spammer
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
"Your account has been marked as a spammer" message reuses the "invalid_username" error code. Attached path makes it unique. Without it is is impossible to distinguish these two error messages in plugin (e.g. to replace message with generic "invalid user or pass").
Attachments (3)
Change History (8)
SergeyBiryukov — 4 months ago
comment:2
SergeyBiryukov — 4 months ago
- Milestone changed from Awaiting Review to 3.6
Makes sense to me. Refreshed.
comment:3
SergeyBiryukov — 4 months ago
- Keywords commit added
comment:4
SergeyBiryukov — 3 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 23579:
comment:5
SergeyBiryukov — 3 months ago
- Component changed from Users to Multisite
- Version changed from 3.2.1 to 3.0
Note: See
TracTickets for help on using
tickets.

Please make your patches relativ to root. Core has more then one user.php. Makes it easier to apply the patch.