typo, formatting

pull/263/head
Justin Richer 2012-12-05 15:49:50 -05:00
parent ba7ddf17f9
commit 2ef8d16e9c
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ INSERT INTO redirect_uri_TEMP (owner_id, redirect_uri) VALUES
('client', 'http://localhost:8080/');
INSERT INTO authorized_grant_type_TEMP (owner_id, authorized_grant_type) VALUES
('client', 'autorization_code'),
('client', 'authorization_code'),
('client', 'implicit');
--

View File

@ -11,10 +11,10 @@ START TRANSACTION;
--
INSERT INTO users_TEMP (username, password, enabled) VALUES
('jricher', 'password', true),
('aanganes','password',true),
('mfranklin','password',true),
('srmoore','password',true);
('jricher', 'password', true),
('aanganes','password',true),
('mfranklin','password',true),
('srmoore','password',true);
INSERT INTO authorities_TEMP (username, authority) VALUES
('jricher', 'ROLE_ADMIN'),