Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Dan Cameron

    (@dancameron)

    Did you purchase the Client Dashboards add-on or a license? I’m confused because that notification isn’t part of the free version of SI.

    To answer your question: simply, no. You would need to use initiate the hook do_action( 'si_user_created', $user_id, $args ); on all of the users you created.

    $args:

    $defaults = array(
    			'user_login' => '',
    			'user_name' => '',
    			'user_pass' => '',
    			'user_email' => '',
    			'first_name' => '',
    			'last_name' => '',
    			'user_url' => '',
    			'role' => SI_Client::USER_ROLE,
    		);
    Thread Starter pingram

    (@pingram3541)

    I purchased the freelancer. Thanks I’ll give this a shot. Alternatively I might just add the [dashboard_link] to all of the invoice notifications that go out and just use the private url option. Thanks

    Plugin Contributor Dan Cameron

    (@dancameron)

    I highly recommend that the private dashboard link is given instead of having clients worry about logging in.

    FYI:
    https://sproutapps.co/support/knowledgebase/sprout-invoices/clients/client-dashboards/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Resend new client notification’ is closed to new replies.