do not allow users to manually specify their notification email address, construct it from their username and the "EmailDomain" option

This commit is contained in:
Mike Bonnet 2007-04-30 16:00:31 -04:00
parent 6566f35deb
commit 9ed2f9f5e7
5 changed files with 20 additions and 25 deletions

View file

@ -39,10 +39,6 @@
<th>Success Only?</th>
<td><input type="checkbox" name="success_only" value="yes"#if $notif and $notif.success_only then ' checked' else ''#>
</tr>
<tr>
<th>Email</th>
<td><input type="text" name="email" value="#if $notif then $notif.email else ''#"/></td>
</tr>
<tr>
<td>
#if $notif