1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-31 10:41:31 +00:00

fix keycloak mailpassword flow

This commit is contained in:
FreddleSpl0it
2023-09-26 16:06:35 +02:00
committed by DerLinkman
parent 73a044ec14
commit 3a4c0c84a3
3 changed files with 7 additions and 9 deletions

View File

@@ -43,6 +43,7 @@ catch (PDOException $e) {
require_once 'functions.inc.php';
require_once 'functions.auth.inc.php';
require_once 'sessions.inc.php';
require_once 'functions.mailbox.inc.php';
// Init provider
$iam_provider = identity_provider('init');