0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

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
This commit is contained in:
Christian Boltz 2013-02-26 00:07:34 +00:00
parent eafc2b6222
commit be84a8b8fc

View File

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