<?php
$newUser = array(
'name' => 'username',
'pass' => 'password', // note: do not md5 the password
'mail' => 'email address',
'status' => 1,
'init' => 'email address'
);
user_save(null, $newUser);
?>
Group items matching
in title, tags, annotations or url
2More
How To Create Users Programmatically In Drupal 6.x - 1 views
Migrating the Drupal way. Part I: creating a node. | Acquia - 3 views
1 - 10 of 10
Showing 20▼ items per page