#19445 closed defect (bug) (fixed)
Duplicated error code when user is a spammer
| Reported by: | sirzooro | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Please make your patches relativ to root. Core has more then one
user.php. Makes it easier to apply the patch.