7 lines
285 B
PHP
7 lines
285 B
PHP
<h1 class="header">
|
|
<?php echo _("Adding users is disabled.") ?>
|
|
</h1>
|
|
<p class="horde-content">
|
|
<?php echo _("Your authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.") ?>
|
|
</p>
|