Skip to:
Content

BuddyPress.org

Changeset 13985


Ignore:
Timestamp:
07/27/2024 07:04:10 PM (8 weeks ago)
Author:
espellcaste
Message:

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/

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.