From c5ad3c9213830abb6d76a7a98d1b308c7ffa187f Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 5 May 2017 00:00:32 +0200 Subject: [PATCH] Increase length of encrypted token in database Signed-off-by: Lukas Reschke --- apps/oauth2/appinfo/database.xml | 2 +- apps/oauth2/appinfo/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/oauth2/appinfo/database.xml b/apps/oauth2/appinfo/database.xml index 2d7e3502db..48de162299 100644 --- a/apps/oauth2/appinfo/database.xml +++ b/apps/oauth2/appinfo/database.xml @@ -72,7 +72,7 @@ encrypted_token text true - 255 + 786 diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index ebead97eb7..8b24d4581f 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -6,7 +6,7 @@ AGPL Lukas Reschke OAuth2 - 1.0.3 + 1.0.4