-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
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
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.
👍
@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_name
column 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_name
column 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: