JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove obsolete type="text/javascript" from script tags
[wfpl-cms.git] / admin_admins.sql
index 0d52050..b276d69 100644 (file)
@@ -6,3 +6,7 @@ create table admins (
     password varchar(50) not null default "",
     privs varchar(100) not null default ""
 );
+insert into admins (username,password,privs) values (
+       'fixme',
+       '98fd71615b073b75810f4ed40d4538198c6450cc', /* sha1("fixme") */
+       'admin');