mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
only lowercase mail account can be created
This commit is contained in:
parent
be2d89fcb2
commit
d7105a8be8
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ if (!empty($_POST['ok_acc'])) {
|
|||
$webmail = "http://".$http_host."/webmail/";
|
||||
if (!empty($sys['config']['MAIL_URL'])) $webmail = $sys['config']['MAIL_URL'];
|
||||
|
||||
$_SESSION['ok_msg'] = __('MAIL_ACCOUNT_CREATED_OK',$_POST['v_account'],$_POST[v_domain],$_POST['v_account'],$_POST[v_domain]);
|
||||
$_SESSION['ok_msg'] = __('MAIL_ACCOUNT_CREATED_OK',strtolower($_POST['v_account']),$_POST[v_domain],strtolower($_POST['v_account']),$_POST[v_domain]);
|
||||
$_SESSION['ok_msg'] .= " / <a href=".$webmail." target='_blank'>" . __('open webmail') . "</a>";
|
||||
unset($v_account);
|
||||
unset($v_password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue