remove 'default_password_scheme' for dovecot configs as hashes can be different now and are read by given hash-algo prefix;
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -93,7 +93,7 @@ if ($action == 'delete' && $id > 0) {
|
||||
'page' => $page
|
||||
]);
|
||||
}
|
||||
} elseif ($action == 'add') {
|
||||
} elseif (isset($_POST['send']) && $_POST['send'] == 'send' && $action == 'add') {
|
||||
$ins_stmt = Database::prepare("
|
||||
INSERT INTO `" . TABLE_API_KEYS . "` SET
|
||||
`apikey` = :key, `secret` = :secret, `adminid` = :aid, `customerid` = :cid, `valid_until` = '-1', `allowed_from` = ''
|
||||
|
||||
Reference in New Issue
Block a user