Guest User

Untitled

a guest
Dec 9th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. define('DRUPAL_ROOT', getcwd());
  3. require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
  4. drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
  5.  
  6. require_once 'includes/password.inc';
  7. echo user_hash_password('newpasswordgoeshere');
  8.  
  9. die();
  10. menu_execute_active_handler();
  11. ?>
Add Comment
Please, Sign In to add comment