-
Bug
-
Resolution: Fixed
-
Major
-
3.0.7-PL1
-
None
For example:
$username = request_var('username', '', true);
|
utf8_normalize_nfc() needs to be used here and a couple of other places in the file.
For example:
$username = request_var('username', '', true);
|
utf8_normalize_nfc() needs to be used here and a couple of other places in the file.