tweak reset password email and functionality.
[sgn.git] / mason / user / account_creation_failed.mas
blobaf00750cd9e88d4537426bbaa092a957a412ac38
2 <%args>
3    $fail_ref => []
4    $p 
5 </%args>
7 <%perl>
8     my $fail_str = "";
9     foreach my $s (@$fail_ref) {
10         $fail_str .= "<li>$s</li>\n"
11     }
12     
13 </%perl>
15  <table summary="" width="80%" align="center">
16  <tr><td>
17  <p>Your account could not be created for the following reasons</p>
19  <ul>
20  $fail_str
21  </ul>
23  <p>Please use your browser\'s back button to try again.</p>
24  </td></tr>
25   <tr><td><br /></td></tr>
26  </table>