Bug #3613
closed
Fix migration for external authentication plugins
Added by Marcin Kuzminski [CTO] over 8 years ago.
Updated over 8 years ago.
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
The migration number is 039, we also need to change the current database schema
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
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.
- Status changed from New to Resolved
This has been done before official release
- Status changed from Resolved to Closed
- Target version set to v4.1
Also available in: Atom
PDF