Skip to content
Snippets Groups Projects
Commit 4cb4afb4 authored by tjc's avatar tjc
Browse files

always prompt for passwd

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3824 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent d2ecd7cc
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,7 @@ public class DatabaseEntrySource implements EntrySource ...@@ -173,6 +173,7 @@ public class DatabaseEntrySource implements EntrySource
inDB.setText(db_url.substring(index2+1,index3)); inDB.setText(db_url.substring(index2+1,index3));
inUser.setText(db_url.substring(index3+1)); inUser.setText(db_url.substring(index3+1));
/*
if(!prompt_user) if(!prompt_user)
{ {
location = "jdbc:postgresql://" location = "jdbc:postgresql://"
...@@ -182,6 +183,7 @@ public class DatabaseEntrySource implements EntrySource ...@@ -182,6 +183,7 @@ public class DatabaseEntrySource implements EntrySource
+inUser.getText().trim(); +inUser.getText().trim();
return true; return true;
} }
*/
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment