Added LDAP migrations, made CreateObject async, moved LdapOptions to Models, fixed user password not hashed on user creation

This commit is contained in:
2025-10-03 16:31:08 +02:00
parent 45b1a44ebe
commit 1f356a807f
7 changed files with 220 additions and 23 deletions

View File

@@ -0,0 +1,3 @@
namespace Berufsschule_HAM.Exceptions;
public class InvalidMigrationDescriptionModel : Exception {}