IP address requesting (untested because of fyodor outage)
[hcoop/zz_old/portal.git] / vmailpasswd / pass.sml
index fc0a595..fbbf26f 100644 (file)
@@ -14,7 +14,7 @@ fun change (email, old, new) =
                                 String.toString old,
                                 "\" \"",
                                 String.toString new,
-                                "\" >/tmp/pass1 2>/tmp/pass2"]
+                                "\" >/dev/null 2>/dev/null"]
     in
        OS.Process.isSuccess (OS.Process.system cmd)
     end