mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
f453fd06e8
commit
e72f2cac24
@ -126,7 +126,7 @@ class WebSetup extends Wizard implements SetupWizard
|
||||
if (isset($suggestion['resource'])) {
|
||||
$page->populate($suggestion['resource']);
|
||||
}
|
||||
} elseif ($page->getName() === 'setup_authentication_type') {
|
||||
} elseif ($page->getName() === 'setup_authentication_type' && $this->getDirection() === static::FORWARD) {
|
||||
$authData = $this->getPageData($page->getName());
|
||||
if ($authData !== null && $request->getPost('type') !== $authData['type']) {
|
||||
// Drop any existing page data in case the authentication type has changed,
|
||||
|
Loading…
x
Reference in New Issue
Block a user