From 6ef78658b529991cd1f4d54bb7b12f0ed35088c6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 23 Oct 2019 10:40:53 -0400 Subject: [PATCH] Steve updated password Updating password for steve on setup script. --- test/test.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), -- 2.17.1