Session->flash('auth'); ?>
Html->image('custom/' . h(Configure::read('MISP.welcome_logo')), array('alt' => __('Logo'), 'onerror' => "this.style.display='none';")); ?>

Form->create('User'); ?> Form->input('email', array('autocomplete' => 'off', 'autofocus')); echo $this->Form->input('password', array('autocomplete' => 'off')); ?>
%s', $baseurl, __('Registration will be sent to the administrators of the instance for consideration.'), __('No account yet? Register now!') ); ?>
Form->button(__('Login'), array('class' => 'btn btn-primary')); ?> Form->end(); endif; if (Configure::read('ApacheShibbAuth') == true) { echo '
Login with SAML'; } if (Configure::read('AadAuth') == true) { echo '
Login with AzureAD'; } ?>
Html->image('custom/' . h(Configure::read('MISP.welcome_logo2')), array('alt' => 'Logo2', 'onerror' => "this.style.display='none';")); ?>