Merge branch '363-bug-fix-email-validation' into '2-6-0'
Fix email validation on Banned Emails Closes #363 See merge request !3
This commit is contained in:
commit
f03b532dee
@ -130,7 +130,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
|||||||
<label for="text" class="col-sm-3 control-label"><?php echo $hesklang['bananemail']; ?></label>
|
<label for="text" class="col-sm-3 control-label"><?php echo $hesklang['bananemail']; ?></label>
|
||||||
|
|
||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
<input type="email" class="form-control" name="email" size="30" maxlength="255" data-error="<?php echo htmlspecialchars($hesklang['enterbanemail']); ?>"
|
<input type="text" class="form-control" name="email" size="30" maxlength="255" data-error="<?php echo htmlspecialchars($hesklang['enterbanemail']); ?>"
|
||||||
placeholder="<?php echo htmlspecialchars($hesklang['email']); ?>" required>
|
placeholder="<?php echo htmlspecialchars($hesklang['email']); ?>" required>
|
||||||
<input type="hidden" name="token" value="<?php hesk_token_echo(); ?>"/>
|
<input type="hidden" name="token" value="<?php hesk_token_echo(); ?>"/>
|
||||||
<input type="hidden" name="a" value="ban"/>
|
<input type="hidden" name="a" value="ban"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user