Skip to content

Instantly share code, notes, and snippets.

@jrobinsonc
Created March 23, 2020 17:56
Show Gist options
  • Save jrobinsonc/6a1e3f869c81e5ccd08f31606cc8aa87 to your computer and use it in GitHub Desktop.
Save jrobinsonc/6a1e3f869c81e5ccd08f31606cc8aa87 to your computer and use it in GitHub Desktop.
<?php
# Tested on Drupal 7
$user = user_load(1);
$user->mail = '[email protected]';
$user->pass = '123';
user_save((object) array('uid' => $user->uid), (array) $user);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment