[buddypress-trac] [BuddyPress Trac] #7932: BP Owner's gMail Address Appears as the Username

buddypress-trac noreply at wordpress.org
Thu Jul 19 17:41:22 UTC 2018


#7932: BP Owner's gMail Address Appears as the Username
-------------------------------------+------------------------------
 Reporter:  pastordatm               |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Registration             |     Version:  3.0.0
 Severity:  normal                   |  Resolution:
 Keywords:  reporter-feedback close  |
-------------------------------------+------------------------------
Changes (by r-a-y):

 * keywords:   => reporter-feedback close
 * component:  Core => Registration


Comment:

 Dave posted in the forum thread about this as well:
 https://buddypress.org/support/topic/would-prefer-bp-not-use-derivative-
 of-email-address-for-username-beside-picture/

 ----

 From what I can gleam from the screenshots, Dave activated BuddyPress on
 an existing WordPress install that might have used a customized
 registration or member management process in the past.  This process
 created user accounts with the email address as the username.

 This would explain the email address showing up on the user profile (and
 recorded as the `user_nicename` in the WordPress `wp_users` table) and how
 the second subscriber user account is correct.

 Dave, you could try using the following snippet in `wp-config.php` to see
 if this might fix older user accounts:

 `define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );`

 This would use the `user_login` field instead of the `user_nicename` field
 for the `@USERNAME` on your user profile and URL.  It's possible that your
 previous member management plugin only used the email address for the
 `user_nicename` field.  If so, this might fix your issue, but probably
 will not.

 I say this is a wontfix based on the customized nature of the install.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7932#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list