Add acceptance test for EE Ticket #3241#325
Conversation
43e9105 to
6c98ab3
Compare
Codecov Report
@@ Coverage Diff @@
## master #325 +/- ##
=========================================
Coverage 17.87% 17.87%
Complexity 101 101
=========================================
Files 11 11
Lines 537 537
=========================================
Hits 96 96
Misses 441 441Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #325 +/- ##
=========================================
Coverage 17.87% 17.87%
Complexity 101 101
=========================================
Files 11 11
Lines 537 537
=========================================
Hits 96 96
Misses 441 441
Continue to review full report at Codecov.
|
817d464 to
2f03118
Compare
|
@individual-it @phil-davis please review |
|
@phil-davis @individual-it The core PR owncloud/core#35156 is needed to make this work. |
| * @return string | ||
| */ | ||
| public function prepareUserNameAsFrontend($guestEmail) { | ||
| return \strtolower(\trim(\urldecode($guestEmail))); |
There was a problem hiding this comment.
why do we need that change?
There was a problem hiding this comment.
If we always convert the UserID to lowercase, we cannot test real world scenarios where the users enter Uppercase letters as part of the E-Mail Address.
|
Needs to be decided. There are issues with the lowercase usernames. |
|
@phil-davis let us close this. |
Description
Fix for owncloud/enterprise#3241
Types of changes
Checklist: