From be14a98b78606d8182dd68dbc3907bcba944ccd5 Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 8 Sep 2004 09:13:02 +0000 Subject: [PATCH] Format change for mailing. --- scripts/forgot_password.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/forgot_password.ml b/scripts/forgot_password.ml index 5a77907..6b99594 100644 --- a/scripts/forgot_password.ml +++ b/scripts/forgot_password.ml @@ -1,7 +1,7 @@ (* COCANWIKI scripts. * Written by Richard W.M. Jones . * 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" ^ -- 1.8.3.1