feat(core): Add URL encryption for GDPR compliancy. Remove dav encryption

This commit is contained in:
smizrahi
2024-01-02 13:46:46 +01:00
parent 10d789fb1f
commit 2748d1dd08
11 changed files with 30 additions and 46 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ static const NSString *kJwtKey = @"jwt";
forKey: @"expire"];
[json setObject: [NSNumber numberWithInt: grace]
forKey: @"grace"];
[json setObject: [SOGoUser getEncryptedUsernameIfNeeded: username withContext: context]
[json setObject: [SOGoUser getEncryptedUsernameIfNeeded: username]
forKey: @"username"];
response = [self responseWithStatus: 200