Actions
Bug #3613
closedFix migration for external authentication plugins
Start date:
05.05.2016
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
Seems used 255 filed lenght is not enough, since this upgrade was not published, we should change the migration to use fields of size 2048
Updated by Marcin Kuzminski [CTO] over 8 years ago
The migration number is 039, we also need to change the current database schema
Updated by Marcin Lulek over 8 years ago
current fields are
sa.Column('access_token', sa.String(255), default=u''),
sa.Column('alt_token', sa.String(255), default=u''),
sa.Column('token_secret', sa.String(255), default=u'')
for some providers - like facebook encrypted fields exceed 255 characters, they should be 512 size (or bigger) to make sure everything fits into db
Updated by Johannes Bornhold over 8 years ago
What's the status of this? It looks to me as if this is not really related to CE/EE topics but a general change which we should do to improve our support for the social auth plugins.
Updated by Marcin Kuzminski [CTO] over 8 years ago
- Status changed from New to Resolved
This has been done before official release
Updated by Johannes Bornhold over 8 years ago
- Status changed from Resolved to Closed
- Target version set to v4.1
Actions