2013-10-23 12:25:51 +02:00
|
|
|
<h4>
|
|
|
|
<i class="icinga-icon-create"></i>
|
|
|
|
Create New Authentication Backend
|
|
|
|
</h4>
|
2013-08-26 16:56:23 +02:00
|
|
|
|
2013-11-20 19:10:38 +01:00
|
|
|
|
|
|
|
<?php if (isset($this->messageBox)): ?>
|
|
|
|
<?= $this->messageBox->render() ?>
|
|
|
|
<?php endif ?>
|
2013-08-26 16:56:23 +02:00
|
|
|
|
|
|
|
<p>
|
|
|
|
Create a new backend for authenticating your users. This backend will be added at the end of your authentication order.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<?= $this->form ?>
|