DrupalBin
Submit Code
About
Recent Posts
float?
2 hours 48 min
ago
views handler
6 hours 19 min
ago
Code
6 hours 34 min
ago
Code
6 hours 35 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
installation profile create user
View
Download
Fix
August 9, 2008 - 11:52am — Anonymous
<?php
$edit
=
array
(
'name'
=>
'admin'
,
'pass'
=>
'drop'
,
'init'
=>
'admin'
,
'mail'
=>
'info@website.com'
,
'status'
=>
1
)
;
user_save
(
''
,
$edit
)
;
undefined