[wp-trac] [WordPress Trac] #59084: Spaces in username during login
WordPress Trac
noreply at wordpress.org
Tue Aug 15 09:25:09 UTC 2023
#59084: Spaces in username during login
------------------------------------+------------------------------
Reporter: wparslan | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
------------------------------------+------------------------------
Comment (by wparslan):
{{{#!php
<?php
// "Jason Bourne" is same as "JasonBourne" or "Jason Bourne".
}}}
Logon names can contain all other special characters, including spaces,
periods, dashes, and underscores. But it's generally not a good idea to
use spaces in account names.
we have to emit the spaces in our custom codes as per the UX perspective.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59084#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list