From: Steve Sutton Date: Thu, 30 Jul 2015 15:57:24 +0000 (-0400) Subject: update ians password X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=df84f22f9d1e1af32e2221435c5954718b19e193;p=prog%2FGrunt%2FWP-Setup.git update ians password --- diff --git a/test/test.sql b/test/test.sql index 7b8bc72..539969e 100644 --- a/test/test.sql +++ b/test/test.sql @@ -17,7 +17,7 @@ INSERT INTO `glm_users` (`user_login`, `user_pass`, `user_nicename`, `user_email ('jodie', '$P$BzO0XuOIXx8b8x6ztWSKejkiK5lhvd/', 'jodie', 'jodie@gaslightmedia.com', '', NOW(), '', 0, 'jodie'), ('candace', '$P$BAlC7cLEMtoBHes6Dd9RNEib5SOuWe.', 'candace', 'billing@gaslightmedia.com', '', NOW(), '', 0, 'jodie'), ('anthony', '$P$BubULLBz9zOc1k7sQ6gQHkjCI40pOU1', 'anthony', 'anthony@gaslightmedia.com', '', NOW(), '', 0, 'anthony'), -('ianw', '$P$BVzlvcx8soNObjbgYr6pOpdQfw8oy0/', 'ianw', 'ian@gaslightmedia.com', '', NOW(), '', 0, 'ianw'), +('ianw', '$P$BkBgZf2R8hSjXD0SfKxdYfgChefI5X.', 'ianw', 'ian@gaslightmedia.com', '', NOW(), '', 0, 'ianw'), ('collins', '$P$BtB2gYe2c1PUAgCOwSWsUimqVSyuFs.', 'collins', 'collins@gaslightmedia.com', '', NOW(), '', 0, 'collins'); UPDATE `glm_options` SET `option_name` = 'glm_user_roles' WHERE `option_name` = 'wp_user_roles';