Skip to content

Commit

Permalink
Fix: pw link
Browse files Browse the repository at this point in the history
  • Loading branch information
sw2032 authored Aug 6, 2018
1 parent 6fcd2a4 commit 524edb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/ohmage/request/user/UserSetupRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public String getRandomUsername() throws ServiceException {
public String getRandomPassword() throws ServiceException {
try {
// Create the URL.
URL url = new URL("http://makeagoodpassword.com/password/simple/");
URL url = new URL("http://pw.mobilizingcs.org/password/simple/");
// Connect to the URL.
HttpURLConnection connection =
(HttpURLConnection) url.openConnection();
Expand Down Expand Up @@ -491,4 +491,4 @@ public String getRandomPassword() throws ServiceException {
throw new ServiceException(e);
}
}
}
}

0 comments on commit 524edb7

Please sign in to comment.