user_name on registration without space bar
-
This one buddy press bug :
wordpress : 4.9.5
Buddypress : 2.9.4On registration time same like default wordpress username allowed with space but buddy presss remove a space in code.
\plugins\buddypress\bp-members\bp-members-functions.php Line : 1852 $user_login = preg_replace( '/\s+/', '', sanitize_user( $user_login, true ) );
In short without validate filed why removed a space from username because of after registration user don’t know this one removed a space.
Example :
Ravi Patel (registration input time)
After registration this one display now in backend RaviPatel.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.