added randomized subs to demo users

pull/516/head
Justin Richer 2013-09-10 13:48:37 -04:00
parent ded7c66c78
commit f139541485
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ INSERT INTO authorities_TEMP (username, authority) VALUES
-- By default, the username column here has to match the username column in the users table, above
INSERT INTO user_info_TEMP (sub, preferred_username, name, email, email_verified) VALUES
('admin','admin','Demo Admin','admin@example.com',false),
('user','user','Demo User','user@example.com',false);
('90342.ASDFJWFA','admin','Demo Admin','admin@example.com', true),
('01921.FLANRJQW','user','Demo User','user@example.com', true);
--