Change the default Oracle password back to webgoat (no _)
No good reason to change it actually. git-svn-id: http://webgoat.googlecode.com/svn/trunk@243 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
71330946f4
commit
12554493cd
@ -1,5 +1,5 @@
|
|||||||
DROP USER webgoat_guest CASCADE;
|
DROP USER webgoat_guest CASCADE;
|
||||||
CREATE USER webgoat_guest IDENTIFIED BY _webgoat DEFAULT TABLESPACE users;
|
CREATE USER webgoat_guest IDENTIFIED BY webgoat DEFAULT TABLESPACE users;
|
||||||
GRANT CONNECT, RESOURCE TO webgoat_guest;
|
GRANT CONNECT, RESOURCE TO webgoat_guest;
|
||||||
GRANT CREATE PROCEDURE TO webgoat_guest;
|
GRANT CREATE PROCEDURE TO webgoat_guest;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user