diff --git a/ webgoat/main/project/WebContent/WEB-INF/webgoat_oracle.sql b/ webgoat/main/project/WebContent/WEB-INF/webgoat_oracle.sql index 9894eb2a7..5fbd63029 100755 --- a/ webgoat/main/project/WebContent/WEB-INF/webgoat_oracle.sql +++ b/ webgoat/main/project/WebContent/WEB-INF/webgoat_oracle.sql @@ -1,5 +1,5 @@ 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 CREATE PROCEDURE TO webgoat_guest;