added randomized subs to demo users
parent
ded7c66c78
commit
f139541485
|
@ -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
|
-- 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
|
INSERT INTO user_info_TEMP (sub, preferred_username, name, email, email_verified) VALUES
|
||||||
('admin','admin','Demo Admin','admin@example.com',false),
|
('90342.ASDFJWFA','admin','Demo Admin','admin@example.com', true),
|
||||||
('user','user','Demo User','user@example.com',false);
|
('01921.FLANRJQW','user','Demo User','user@example.com', true);
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue