Opened 14 months ago

Closed 3 months ago

Last modified 3 months ago

#4101 closed defect (bug) (duplicate)

user_nicename being rewritten when BP_ENABLE_USERNAME_COMPATIBILITY_MODE is enabled and username has spaces

Reported by: boonebgorges Owned by: boonebgorges
Priority: low Milestone:
Component: Core Version:
Severity: normal Keywords:
Cc:

Description

See #2642 and http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/profile-page-404-after-1-5-upgrade/.

The same thing is arising when BP_ENABLE_USERNAME_COMPATIBILITY_MODE is set to true, according to the report in the support forum. Should be examined to see if we can recreate.

At a glance, I'm not sure why in r3675 I opted to return the value untouched when BP_ENABLE_USERNAME_COMPATIBILITY_MODE is *false*. Seems like it should be the opposite, since when BP_ENABLE_USERNAME_COMPATIBILITY_MODE is false, a value with a space should never be passed to bp_core_strip_username_spaces(). But this needs more examination.

Marking with a low priority, as it appears to be quite an edge case.

Change History (4)

I am having these same problems. I have tried everything suggested but have it is not resolved.

  • Milestone changed from 1.6 to Future Release

Cleaning out the milestone. I'll have a closer look after 1.6.

  • Keywords needs-patch removed
  • Resolution set to duplicate
  • Status changed from new to closed

Closing this in favor of #4622.

  • Milestone Future Release deleted
Note: See TracTickets for help on using tickets.