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:
parent
6566f35deb
commit
9ed2f9f5e7
5 changed files with 20 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue