MailboxHandler:

- _field_password(): return true if checks are successful
  (without this, an empty password might have ended up in the database!)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1438 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 11 years ago
parent eafc2b6222
commit be84a8b8fc

@ -322,6 +322,7 @@ class MailboxHandler extends PFAHandler {
$this->infomsg[] = "Password: $val"; # TODO: make translateable
}
return true; # still here? good.
}
/**

Loading…
Cancel
Save