Merge branch '1.5.x' into 2.0.x
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
insert into users (username, password, enabled) values ('user', '{noop}user', true);
|
||||
|
||||
insert into authorities (username, authority) values ('user', 'ROLE_ADMIN');
|
||||
insert into authorities (username, authority) values ('user', 'ROLE_ADMIN');
|
||||
|
||||
@@ -7,4 +7,4 @@ create table users (
|
||||
create table authorities (
|
||||
username varchar(256),
|
||||
authority varchar(256)
|
||||
);
|
||||
);
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user