diff --git a/src/org/ohmage/request/user/UserSetupRequest.java b/src/org/ohmage/request/user/UserSetupRequest.java index a3670639..cc21e889 100644 --- a/src/org/ohmage/request/user/UserSetupRequest.java +++ b/src/org/ohmage/request/user/UserSetupRequest.java @@ -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(); @@ -491,4 +491,4 @@ public String getRandomPassword() throws ServiceException { throw new ServiceException(e); } } -} \ No newline at end of file +}