mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 16:33:22 +00:00
feat(core): Add URL encryption for GDPR compliancy. Remove dav encryption
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user