Skip to content

Commit

Permalink
feat(core): Add URL encryption for GDPR compliancy. Fix redirect issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodySlum committed Jan 29, 2024
1 parent 2146870 commit fc0f5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/MainUI/SOGoRootPage.m
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ login callback (ticket != nil). */
response
= [self redirectToLocation: [NSString stringWithFormat: @"%@%@",
oldLocation,
[login stringByEscapingURL]]];
[[SOGoUser getEncryptedUsernameIfNeeded:login] stringByEscapingURL]]];
}
else
{
Expand Down

0 comments on commit fc0f5d9

Please sign in to comment.