From 017059c40ac7da06cdd544a14dce888277e4ec44 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 3 Jun 2008 19:30:27 +0000 Subject: [PATCH] Add warning about confirmation e-mail to join --- app/join.mlt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/join.mlt b/app/join.mlt index ebb28d2..a800619 100644 --- a/app/join.mlt +++ b/app/join.mlt @@ -37,8 +37,9 @@ | SOME unix_passwd => %>

Application recorded

Check your e-mail for a message with further instructions.

Save this password to use to access your new account if your application is approved

: -
<% Web.html unix_passwd %>
<% - end +
<% Web.html unix_passwd %>
+

If you don't receive a confirmation e-mail message, then something is wrong, and don't expect any further progress to be made on your application unless you contact admins@hcoop.net describing the problem. Before doing so, make sure our confirmation message didn't end up filtered as "spam."

+ <% end end else val minor = $"minor" <> "" %> -- 2.20.1