liam-linux-account-manager/templates/user_not_found.php
2021-11-16 15:11:32 +01:00

7 lines
226 B
PHP

<?php
?>
<h1>User not found</h1>
<div class="alert alert-danger">
<p>The user ID you entered doesn't appear to be a valid active LDAP user account. Please <a href="" class="navigate-back">go back</a> and try again.</p>
</div>