Skip to content

Commit 39caedc

Browse files
authored
Test data: Add scope create_user to faf-website
1 parent 48a5577 commit 39caedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ insert into clan_membership (clan_id, player_id) values
198198
-- sample oauth_client for Postman
199199
insert into oauth_clients (id, name, client_secret, redirect_uris, default_redirect_uri, default_scope) VALUES
200200
('3bc8282c-7730-11e5-8bcf-feff819cdc9f ', 'Java client', '{noop}6035bd78-7730-11e5-8bcf-feff819cdc9f', 'http://localhost:8020', 'http://localhost:8020', 'read_events read_achievements upload_map'),
201-
('faf-website', 'faf-website', '{noop}banana', 'http://localhost:8020', 'http://localhost:8020', 'public_profile write_account_data'),
201+
('faf-website', 'faf-website', '{noop}banana', 'http://localhost:8020', 'http://localhost:8020', 'public_profile write_account_data create_user'),
202202
('postman', 'postman', '{noop}postman', 'http://localhost https://www.getpostman.com/oauth2/callback', 'https://www.getpostman.com/oauth2/callback', 'read_events read_achievements upload_map upload_mod write_account_data');
203203

204204
insert into updates_faf (id, filename, path) values

0 commit comments

Comments
 (0)