Uh oh!
There was an error while loading. Please reload this page.
fix: revive always storing lowercased email addresses - #53615
Merged
Conversation
st3iny
commented
Jun 20, 2025
MemberAuthor
/backport to stable31 |
This comment was marked as resolved.
This comment was marked as resolved.
st3iny
marked this pull request as ready for review
June 20, 2025 08:31
st3iny
requested review from
Altahrim, ArtificialOwl, juliusknorr, nickvergessen and provokateurin
and removed request for
a teamJune 20, 2025 08:31
5 tasks
provokateurin
approved these changes
Jun 20, 2025
nickvergessen
requested changes
Jun 20, 2025
Uh oh!
There was an error while loading. Please reload this page.
st3iny
marked this pull request as draft
June 20, 2025 11:19
ArtificialOwl
commented
Jun 20, 2025
Member
@nickvergessen might be cool to have: #53619 |
nickvergessen
approved these changes
Jun 24, 2025
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
st3inyforce-pushed
the
fix/revive-lowercase-email
branch
from
June 24, 2025 11:53
6d2b11f to
b6af06dComparest3iny
enabled auto-merge
June 24, 2025 12:11
This comment was marked as resolved.
This comment was marked as resolved.
2 tasks
st3iny
commented
Jun 24, 2025
MemberAuthor
My bad, |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
outboxcollection always returns3.7;Could not find principal#50239 (comment)Summary
This fix was first implemented in #30197 but got lost.
Before: Mixed case emails (from LDAP) are saved as is in
oc_preferences.After: Mixed case emails are saved in lowercase in
oc_preferences.TODO
Checklist