15 lines
383 B
PHTML
15 lines
383 B
PHTML
|
<?= $this->tabs->render($this); ?>
|
||
|
|
||
|
<h4>{{CREATE_ICON}} Create New Authentication Backend</h4>
|
||
|
|
||
|
<?php if ($this->errorMessage): ?>
|
||
|
<div class="alert alert-danger">
|
||
|
<?= $this->escape($this->errorMessage); ?>
|
||
|
</div>
|
||
|
<?php endif; ?>
|
||
|
|
||
|
<p>
|
||
|
Create a new backend for authenticating your users. This backend will be added at the end of your authentication order.
|
||
|
</p>
|
||
|
|
||
|
<?= $this->form ?>
|