Steve updated password master
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 23 Oct 2019 14:40:53 +0000 (10:40 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 23 Oct 2019 14:40:53 +0000 (10:40 -0400)
Updating password for steve on setup script.

test/test.sql

index 0c9cb44..3d5a92c 100644 (file)
@@ -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'),