diff options
Diffstat (limited to 'lib/private/share/constants.php')
-rw-r--r-- | lib/private/share/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/share/constants.php b/lib/private/share/constants.php index 4c398c43c2d..cf935bd4c0e 100644 --- a/lib/private/share/constants.php +++ b/lib/private/share/constants.php @@ -34,7 +34,7 @@ class Constants { const FORMAT_STATUSES = -2; const FORMAT_SOURCES = -3; // ToDo Check if it is still in use otherwise remove it - const TOKEN_LENGTH = 32; // see db_structure.xml + const TOKEN_LENGTH = 16; // old length is 32, thus 32 in db_structure.xml protected static $shareTypeUserAndGroups = -1; protected static $shareTypeGroupUserUnique = 2; |