removed the ou from usercreation because they only should be created in the correct OU for our webservice

This commit is contained in:
Taarly 2025-12-17 10:13:04 +01:00
parent eff871ca37
commit 532f76a754

View File

@ -74,11 +74,6 @@ declare(strict_types=1);
<input type="password" class="form-control" id="password" name="password" required>
</div>
<div class="form-group">
<label for="ou">Organisationseinheit (OU) optional</label>
<input type="text" class="form-control" id="ou" name="ou" placeholder="OU=Users,DC=example,DC=local">
</div>
<div class="form-group">
<label for="groups">Gruppen (kommagetrennt, optional)</label>
<input type="text" class="form-control" id="groups" name="groups" placeholder="Domain Users,IT-Staff">