Opened 6 years ago
Closed 6 years ago
#3589 closed defect (bug) (fixed)
admin username could be translated
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | critical | Keywords: | i18n patch |
| Cc: |
Description
The administrative user name is internationalized, so it can contain non-ASCII characters. However, it goes through sanitize_user in strict mode, which allows only ASCII characters and thus the newly installed blog becomes unusable.
Attachments (1)
Change History (3)
nbachiyski — 6 years ago
comment:1
nbachiyski — 6 years ago
- Cc i18n patch removed
- Keywords i18n patch added
- Version set to 2.1
Note: See
TracTickets for help on using
tickets.

(In [4766]) Don't translate admin user. Leave it fixed. Props nbachiyski. fixes #3589