DrupalBin
Submit Code
About
Recent Posts
float?
1 hour 25 min
ago
views handler
4 hours 56 min
ago
Code
5 hours 11 min
ago
Code
5 hours 13 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
Fix for installation profile create user
View
Download
Fix
August 9, 2008 - 11:53am — Anonymous
<?php
$edit
=
array
(
'name'
=>
'admin'
,
'pass'
=>
'123'
,
'init'
=>
'admin'
,
'mail'
=>
'info@website.com'
,
'status'
=>
1
)
;
user_save
(
''
,
$edit
)
;
undefined