Till Brehm
2016-07-19 aad102f73868ea83357856c3afe57617f411c83a
interface/web/mail/mail_user_edit.php
@@ -143,7 +143,6 @@
         if($domain["domain"] != $app->functions->idn_encode($_POST["email_domain"])) $app->tform->errorMessage .= $app->tform->lng("no_domain_perm");
      }
      //* if its an insert, check that the password is not empty
      if($this->id == 0 && $_POST["password"] == '') {
         $app->tform->errorMessage .= $app->tform->lng("error_no_pwd")."<br>";