• This plugin is creating 1000’s of users if an e-mail does not exist – it will create a new user every single time someone changes the status. Our site now has over 10,000 garbage users that we need to clean up. Is there a way to stop this from happening?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support MeganSupport

    (@megan891)

    Hi @chadreitsma

    Sorry you’re have trouble. Please note that for queries like this a support ticket needs to be logged via our website here https://slicedinvoices.com/support-ticket/ so that we can assist you further.

    Thanks in advance,

    Sliced Invoices Support

    Thread Starter Chad Reitsma

    (@chadreitsma)

    Support account + tickets removed without resolution. Great support guys. Your plugin is a complete mess and it’s still creating 1000’s of users if an order doesn’t contain an email address.

    Thread Starter Chad Reitsma

    (@chadreitsma)

    /woo-invoices/includes/process.php – Line:431

    // if username is empty, which it shouldn’t be. Jsut some safeguarding
    if( $username == ” || $username == false ) {
    $username = ‘Blank-Name-‘ . rand(1000, 9999) . substr($password, 0, 4);
    }

    Fix your plugins.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ridiculous amount of users created’ is closed to new replies.