Ticket #2175 (closed defect: invalid)

Opened 4 months ago

Last modified 4 months ago

. (dot) in username block profile access

Reported by: arturo84 Owned by:
Priority: critical Milestone: 1.2.2
Component: Keywords: profile, link, username, dot
Cc:

Description

if the username contains a dot the link to the profile doesn't work.

for example an user on BPIT have the username name.surname and the profile link doesn't work, the link result site/members/namesurname without dot, but if i write the username manually site/members/name.surname i see the profile without problem.

Change History

Changed 4 months ago by arturo84

the user exists before the installation of BP so the dot is supported by normal wp installation.

Changed 4 months ago by apeatling

  • status changed from new to closed
  • resolution set to invalid

define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE, 'true' );

in your wp-config.php.

Note: See TracTickets for help on using tickets.