Format change for mailing.
authorrich <rich>
Wed, 8 Sep 2004 09:13:02 +0000 (09:13 +0000)
committerrich <rich>
Wed, 8 Sep 2004 09:13:02 +0000 (09:13 +0000)
scripts/forgot_password.ml

index 5a77907..6b99594 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI scripts.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: forgot_password.ml,v 1.1 2004/09/07 17:16:46 rich Exp $
+ * $Id: forgot_password.ml,v 1.2 2004/09/08 09:13:02 rich Exp $
  *)
 
 open Apache
@@ -43,7 +43,7 @@ let run r (q : cgi) (dbh : Dbi.connection) (hostid, hostname, _) _ =
 
     let body =
       "Someone, possibly you, requested your password for " ^ hostname ^
-      ".\n" ^
+      ".\n\n" ^
       "Username: " ^ name ^ "\n" ^
       "Password: " ^ password ^ "\n" ^
       "\n" ^