JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
admin_users.sql: create fixme account
[wfpl-cms.git] / admin_users.sql
index 08f0071..34307c8 100644 (file)
@@ -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";