Skip to content

Commit f139541

Browse files
author
Justin Richer
committed
added randomized subs to demo users
1 parent ded7c66 commit f139541

File tree

1 file changed

+2
-2
lines changed
  • openid-connect-server/src/main/resources/db

1 file changed

+2
-2
lines changed

openid-connect-server/src/main/resources/db/users.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ INSERT INTO authorities_TEMP (username, authority) VALUES
2222

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

2828

2929
--

0 commit comments

Comments
 (0)