Opened 3 years ago

Closed 3 years ago

#11751 closed defect (bug) (worksforme)

lowercase_username() is not mb_string safe

Reported by: Denis-de-Bernardy Owned by: hakre
Priority: normal Milestone:
Component: Charset Version: 3.0
Severity: normal Keywords: multisite
Cc:

Description

ms-functions.php has a lowercase_username() function, which is an alias for strtolower.

Are we sure that the username is UTF7? If not, we should make sure that it is.

Change History (4)

  • Keywords multisite added

I'm pretty shure that Denis meant 7Bit-Ascii and not UTF-7.

lowercase_username() and strtolower_usernames() were yanked in [12948] because they both duplicated strtolower().

Should we be accounting for mb strings here? sanitize_user() removes all non-ascii characters.

  • Milestone 3.0 deleted
  • Resolution set to worksforme
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.