- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.6k
Fix case sensitivity of email when saving settings #34629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| /backport to stable25 | 
| /backport to stable24 | 
| /backport to stable23 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious, why is #33813 not enough ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
| add a unit test for this ? | 
Otherwise we detect a email change all the time and since email are immutable in ldap this prevent updating other fields. Related: #33813 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
ef97425    to
    f9ea078      
    Compare
  
    | rebased and added a unit test | 
Otherwise we detect a email change all the time and since email are immutable in ldap this prevent updating other fields.
Related: #33813
Signed-off-by: Carl Schwan carl@carlschwan.eu