Skip to content

Instantly share code, notes, and snippets.

@thelebster
Forked from gavinblair/resend.php
Created November 19, 2015 18:51
Show Gist options
  • Save thelebster/51f8fcfd1fa8a4f04098 to your computer and use it in GitHub Desktop.
Save thelebster/51f8fcfd1fa8a4f04098 to your computer and use it in GitHub Desktop.
Drupal - resend activation email
<?php
$uid = 120;
$user = user_load(array('uid' => $uid));
$op = 'status_activated';
_user_mail_notify($op, $user);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment