Skip to content

Scrub more sensitive values in Core user meta #19

@iandunn

Description

@iandunn

Is your enhancement related to a problem? Please describe.

Several Core user meta fields containing sensitive info aren't scrubbed yet:

  • _application_passwords
  • community-events-location
  • session_tokens

These's also wp_options.admin_email and new_admin_email.

Designs

No response

Describe alternatives you've considered

UPDATE wp_usermeta SET meta_value='' WHERE meta_key IN ('_application_passwords', 'community-events-location', 'session_tokens' )

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions