JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
admin_users.sql: create fixme account
authorJason Woofenden <jason@jasonwoof.com>
Tue, 22 Sep 2015 00:07:46 +0000 (20:07 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 22 Sep 2015 00:07:46 +0000 (20:07 -0400)
admin_users.sql
inc/wfpl

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";
index 062d46e..414082e 160000 (submodule)
--- a/inc/wfpl
+++ b/inc/wfpl
@@ -1 +1 @@
-Subproject commit 062d46e16429f2e55573567518cb01c83b319ac4
+Subproject commit 414082e3e11cee010f869633733eccb4f2161153