Make initial password harder to miss
authorClinton Ebadi <clinton@unknownlamer.org>
Wed, 19 Mar 2014 14:22:21 +0000 (10:22 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Wed, 19 Mar 2014 14:22:21 +0000 (10:22 -0400)
A lot of new members have lost their passwords, put it in a big red
box to make it impossible to miss.

app/join.mlt

index 0452fd8..e1580d2 100644 (file)
                  NONE => %><h3>Error sending confirmation e-mail</h3><%
                | SOME unix_passwd =>
                        %><h3>Application recorded</h3>
-                       Check your e-mail for a message with further instructions.  <h1>Save this password to use to access your new account if your application is approved:</h1>
+                       Check your e-mail for a message with further instructions.
+                       <div style="border: 2px solid firebrick; background-color: salmon">
+             <h1>Initial Password</h1>
+             <h2>Save this password to use to access your new account if your application is approved:</h2>
                        <blockquote><tt><% Web.html unix_passwd %></tt></blockquote>
+
+             <p>The above password is the initial password for your
+             account and should be changed upon first login. If you
+             lose the password, <strong>you will be unable to access
+             your new account</strong> without admin intervention.</p>
+
+                        </div>
                        <p><b>If you don't receive a confirmation e-mail message</b>, then something is wrong, and don't expect any further progress to be made on your application unless you contact <a href="mailto:admins@hcoop.net">admins@hcoop.net</a> describing the problem.  Before doing so, make sure our confirmation message didn't end up filtered as "spam."</p>
                <% end
        end