From: Jason Woofenden Date: Tue, 22 Sep 2015 00:07:46 +0000 (-0400) Subject: admin_users.sql: create fixme account X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=f3ad68d9ef5f235e53db063e5892becc299cbe8f admin_users.sql: create fixme account --- 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"; diff --git a/inc/wfpl b/inc/wfpl index 062d46e..414082e 160000 --- a/inc/wfpl +++ b/inc/wfpl @@ -1 +1 @@ -Subproject commit 062d46e16429f2e55573567518cb01c83b319ac4 +Subproject commit 414082e3e11cee010f869633733eccb4f2161153