[buddypress-trac] [BuddyPress Trac] #8781: Username consisting entirely of special characters causes profile links to break
buddypress-trac
noreply at wordpress.org
Sat Jul 27 19:04:17 UTC 2024
#8781: Username consisting entirely of special characters causes profile links to
break
--------------------------------------+--------------------------
Reporter: niftythree | Owner: espellcaste
Type: enhancement | Status: closed
Priority: normal | Milestone: 15.0.0
Component: Members | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch has-unit-tests |
--------------------------------------+--------------------------
Changes (by espellcaste):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"13985" 13985]:
{{{
#!CommitTicketReference repository="" revision="13985"
Enforce requirement of usernames having valid letters.
Profile links do not work for users with usernames that do not contain any
valid letters. We have logic in place to check for letters but it is
faulty. This commit enforces the requirement that usernames must contain a
minimum of 4 and a maximum of 60 characters, with valid letters.
It comes with unit tests and includes some minor coding styles fixes.
Commit to correct the one previously sent at [13984]
Props niftythree.
Fixes #8781
Closes https://github.com/buddypress/buddypress/pull/332/
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8781#comment:5>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list