X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=admin_users.sql;h=34307c82a7e253da8e370df4c5522399207bf3e2;hp=08f00710a5346931fd9fb72ab1a4ac3306fcaef4;hb=3ed0f0b53ff1b3ea3e30292bf39eb6e30935e9eb;hpb=15f391c463f08014a2af7b80920c4832877ad09f diff --git a/admin_users.sql b/admin_users.sql index 08f0071..34307c8 100644 --- a/admin_users.sql +++ b/admin_users.sql @@ -8,3 +8,9 @@ create table users ( last_active int(11) not null default 0, last_login int(11) not null default 0 ) CHARSET=utf8; + +insert into users set + name="fixme", + username="fixme", + password="$2y$10$84xUpPFQFRYRwpGkt01YtObJZcRKGReM/5ywHXCbwDF2bja41CDZm", + role="admin";