Skip to main content
/
Drupal for Developers
/
Group items matching "user_save" in title, tags, annotations or url
Group items matching
in title, tags, annotations or url
Sort By:
Relevance
|
Date
Filter:
All
|
Bookmarks
|
Topics
Simple
Middle
2
More
How To Create Users Programmatically In Drupal 6.x
- 1 views
www.michaelphipps.com/ers-programmatically-drupal-6x
drupal
user
user_save
create
users
programmatically
shared by
Daniel Gregoire
on 13 Apr 10
-
Cached
<?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); ?>
...
Cancel
Daniel Gregoire
on 13 Apr 10
Create users programmatically. A bit less involved than creating nodes; you just need to populate an array with values, don't need to cast it into an object.
Create users programmatically. A bit less involved than creating nodes; you just need to populate an array with values, don't need to cast it into an object.
...
Cancel
...
Cancel
1
-
1
of
1
Showing
20
▼
items per page
20
50
100
Related searches
See group items tagged
user_save
»
Search in Google »