Skip to content

Commit 95ce8bd

Browse files
Update StartupMessage.java
1 parent ef042de commit 95ce8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/webgoat/server/StartupMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void onStartup(ApplicationReadyEvent event) {
2525
if (event.getApplicationContext().getApplicationName().contains("WebGoat")) {
2626
port = event.getApplicationContext().getEnvironment().getProperty("server.port");
2727
address = event.getApplicationContext().getEnvironment().getProperty("server.address");
28-
set password = "password"
28+
DriverManager.getConnection(url, "scott", "tiger");
2929
}
3030
}
3131

0 commit comments

Comments
 (0)