From: Steve Sutton Date: Wed, 23 Oct 2019 14:40:53 +0000 (-0400) Subject: Steve updated password X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;p=prog%2FGrunt%2FWP-Setup.git Steve updated password Updating password for steve on setup script. --- diff --git a/test/test.sql b/test/test.sql index 0c9cb44..3d5a92c 100644 --- a/test/test.sql +++ b/test/test.sql @@ -12,7 +12,7 @@ RENAME table `wp_users` TO `glm_users`; INSERT INTO `glm_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES ('cscott', '$P$BJMie6Dwyp.RD6V6lGgh88TuJ/r625.', 'cscott', 'cscott@gaslightmedia.com', '', NOW(), '', 0, 'cscott'), -('steve', '$P$BiMOzSw8hM5a/K/1pMj961nQvejfAZ1', 'steve', 'steve@gaslightmedia.com', '', NOW(), '', 0, 'steve'), +('steve', '$P$B1B0PGo.IFV1GS2FcHJbZrinIGnvb2.', 'steve', 'steve@gaslightmedia.com', '', NOW(), '', 0, 'steve'), ('laury', '$P$BUQqo9GDEdRxgPGN3xHgxTAmhZmYUO1', 'laury', 'laury@gaslightmedia.com', '', NOW(), '', 0, 'laury'), ('jodie', '$P$Bb9oHVtywD74xniuAcYx7RO0s0.zl80', 'jodie', 'jodie@gaslightmedia.com', '', NOW(), '', 0, 'jodie'), ('anthony', '$P$BEvTQiWdheINMksAqrgCclQ661WlTd/', 'anthony', 'anthony@gaslightmedia.com', '', NOW(), '', 0, 'anthony'),