mirror of
https://github.com/fspc/biketree.git
synced 2025-02-22 17:03:23 -05:00
Adding password for Admin and Sales Clerk for demos.
This commit is contained in:
parent
6256004fbe
commit
901ec9d4c0
@ -4823,8 +4823,8 @@ CREATE TABLE IF NOT EXISTS `users` (
|
|||||||
--
|
--
|
||||||
|
|
||||||
INSERT INTO `users` (`first_name`, `last_name`, `username`, `password`, `type`, `id`, `customerID`, `settings`) VALUES
|
INSERT INTO `users` (`first_name`, `last_name`, `username`, `password`, `type`, `id`, `customerID`, `settings`) VALUES
|
||||||
('Mark', 'Leigh', 'mark', '', 'Sales Clerk', 2, 85, 0),
|
('Mark', 'Leigh', 'mark', MD5('password'), 'Sales Clerk', 2, 85, 0),
|
||||||
('Kelsey', 'Lavoie', 'kelsey', '', 'Admin', 3, NULL, 0),
|
('Kelsey', 'Lavoie', 'kelsey', MD5('password'), 'Admin', 3, NULL, 0),
|
||||||
('Alex', 'Blue', 'Alex', '', 'Sales Clerk', 4, 4, 1),
|
('Alex', 'Blue', 'Alex', '', 'Sales Clerk', 4, 4, 1),
|
||||||
('Michael', 'Godwin', 'Godwin', '', 'Sales Clerk', 5, 37, 1),
|
('Michael', 'Godwin', 'Godwin', '', 'Sales Clerk', 5, 37, 1),
|
||||||
('Spencer', 'Hall', 's.hall', '', 'Sales Clerk', 17, NULL, 0),
|
('Spencer', 'Hall', 's.hall', '', 'Sales Clerk', 17, NULL, 0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user