mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
feat(core): Add URL encryption for GDPR compliancy
This commit is contained in:
@@ -788,8 +788,10 @@ static const NSString *kJwtKey = @"jwt";
|
||||
[us disableForceResetPassword];
|
||||
}
|
||||
}
|
||||
|
||||
response = [self responseWithStatus: 200 andJSONRepresentation:
|
||||
[NSDictionary dictionaryWithObjectsAndKeys: [SOGoUser getEncryptedUsernameIfNeeded:username], @"username", nil]];
|
||||
|
||||
response = [self responseWith204];
|
||||
if (!passwordRecovery) {
|
||||
authCookie = [auth cookieWithUsername: username
|
||||
andPassword: newPassword
|
||||
|
||||
Reference in New Issue
Block a user