[wp-trac] [WordPress Trac] #10319: WordPress import fails to create new users
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 6 23:33:22 UTC 2010
#10319: WordPress import fails to create new users
--------------------------+-------------------------------------------------
Reporter: yoavf | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Import | Version: 2.8
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
Comment(by hakre):
{{{sanitize_user($user_login, true)}}}
does not support utf8, allowed chars for a wordpress username are:
{{{ WPUSERNAME ::= [a-zA-Z0-9 _. at -]+ }}} while duplicate spaces are not
allowed
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10319#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list