feat: ldap login

This commit is contained in:
RatCornu
2025-08-09 15:06:48 +02:00
committed by Ellis Git
parent 8b35de6a43
commit c7adbae03f
17 changed files with 921 additions and 155 deletions
+2 -2
View File
@@ -292,7 +292,7 @@ pub(crate) async fn get_timezone_key_route(
.await
{
if !services.users.exists(&body.user_id).await {
services.users.create(&body.user_id, None)?;
services.users.create(&body.user_id, None, None).await?;
}
services
@@ -352,7 +352,7 @@ pub(crate) async fn get_profile_key_route(
.await
{
if !services.users.exists(&body.user_id).await {
services.users.create(&body.user_id, None)?;
services.users.create(&body.user_id, None, None).await?;
}
services