Forums
(@ivanhala)
5 years, 6 months ago
@rockfire
>> But that is bad practice, you should never edit a plugin
Sure, you are right. That’s only a temporary solution. I posted the code so that the author can use it for the quick fix
Hi,
I had the same issue. To fix edit the file
multisite-clone-duplicator/lib/duplicate.php on line 124
replace:
wp_new_user_notification( $user_id, $password );
with the:
wp_new_user_notification( $user_id, null, 'both' );