Skip to content

Commit

Permalink
Do not put credentials in the log file
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 11, 2012
1 parent 846ae5c commit ee81794
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -56,8 +56,6 @@ private boolean updateOnLogin() {
);
if (otssoAccounts.size() > 0) {
String account = otssoAccounts.get(0);
System.out.println(" user: " + userManager.getProperty(account, "username"));
System.out.println(" pwd: " + userManager.getProperty(account, "password"));
loginSucceeded = Activator.login(
userManager.getProperty(account, "username"),
userManager.getProperty(account, "password")
Expand Down

0 comments on commit ee81794

Please sign in to comment.