summaryrefslogtreecommitdiffstats
path: root/lib/private/share/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/share/constants.php')
-rw-r--r--lib/private/share/constants.php2
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;