Skip to content

Commit 60a1921

Browse files
authored
Remove Scott user
1 parent 571c1ef commit 60a1921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/jdbc/BasicSamples/UCPMultiUsers.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ public class UCPMultiUsers {
4242
static String user = DEFAULT_USER;
4343
static String password = DEFAULT_PASSWORD;
4444

45-
// Modify these if user "scott" is locked in DB.
46-
final static String USER2 = "scott";
47-
final static String PASSWORD2 = "tiger";
45+
// Modify these if user "testuser" is locked in DB.
46+
final static String USER2 = "testuser";
47+
final static String PASSWORD2 = "<your_db_password>";
4848

4949
public static void main(String args[]) throws Exception {
5050
getRealUserPasswordUrl(args);

0 commit comments

Comments
 (0)