Ticket #3589 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 2 years ago

admin username could be translated

Reported by: nbachiyski Assigned to: anonymous
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

i18n-admin-username.diff (0.6 kB) - added by nbachiyski on 01/16/07 12:27:43.

Change History

01/16/07 12:27:43 changed by nbachiyski

  • attachment i18n-admin-username.diff added.

01/16/07 13:03:13 changed by nbachiyski

  • cc deleted.
  • keywords set to i18n patch.
  • version set to 2.1.

01/18/07 18:03:35 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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