Hello, I somehow erased user 1 when I erased the photo I had enabled on the profile. I went into the database and recreated it, but it says the user has not been approved or activated. Could someone tell me all the values I need for the database for user 1? Thanks so much!

uid int(10) unsigned
name varchar(60)
pass varchar(32)
mail varchar(64)
mode tinyint(4)
sort tinyint(4)
threshold tinyint(4)
theme varchar(255)
signature varchar(255)
created int(11)
access int(11)
login int(11)
status tinyint(4)
timezone varchar(8)
language varchar(12)
picture varchar(255)
init varchar(64)
data longtext

Comments

add1sun’s picture

Set the status to 1.

Lullabot loves you | Be a Ninja, join the Drupal Dojo

Drupalize.Me, The best Drupal training, available all the time, anywhere!

igdrupal’s picture

Finally found it in an old post too, but pretty hidden. Thanks