Increase size of login_name from 64 to 255#34269
Conversation
4c0bf20 to
f1d8e79
Compare
Codecov Report
@@ Coverage Diff @@
## master #34269 +/- ##
============================================
- Coverage 64.76% 64.76% -0.01%
- Complexity 18365 18367 +2
============================================
Files 1198 1199 +1
Lines 69545 69548 +3
Branches 1281 1281
============================================
Hits 45042 45042
- Misses 24130 24133 +3
Partials 373 373
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #34269 +/- ##
============================================
- Coverage 64.76% 64.76% -0.01%
- Complexity 18365 18367 +2
============================================
Files 1198 1199 +1
Lines 69545 69548 +3
Branches 1281 1281
============================================
Hits 45042 45042
- Misses 24130 24133 +3
Partials 373 373
Continue to review full report at Codecov.
|
f1d8e79 to
7302c4e
Compare
|
Verified the change by applying this patch to an updated oC instance and after upgrading oC instance. |
Increase size of column login_name from 64 to 255. It would help to accomonate long strings. Signed-off-by: Sujith H <sharidasan@owncloud.com>
7302c4e to
75074b2
Compare
|
@sharidas please backport |
|
Backported to stable10 #34280 |
Increase size of column login_name from 64 to 255.
It would help to accomonate long strings.
Signed-off-by: Sujith H sharidasan@owncloud.com
Description
Increase the size of
login_namecolumn of tableoc_authtoken. This would help to use long user name for login. This issue was seen when user was trying to authenticate with long username using OAuth2.Related Issue
Motivation and Context
Increasing the size of
login_namecolumn of the tableoc_authtoken. This would help to use long user name for login.How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: