Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Account issue


  • thedark52
    Participant

    @thedark52

    hi, I gave all users the opportunity to cancel their account from my website. Everything works, but apparently the system does not delete all user data.
    By checking the MySQL database linked to my site, I see that BuddyPress deletes the data in the wp_users table but leaves the same data in the wp_signups table intact. Is there any way to automatically delete that data too?

Viewing 1 replies (of 1 total)

  • r-a-y
    Keymaster

    @r-a-y

    BuddyPress doesn’t handle user deletion. We use the WordPress user API to remove the account.

    WordPress is in charge of removing data and they currently do not remove data from the wp_signups table when a user is deleted. Here’s a somewhat, related ticket:
    https://core.trac.wordpress.org/ticket/43232

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar