diff options
author | Christoph Wurst <christoph@owncloud.com> | 2016-04-26 11:32:35 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-05-11 13:36:46 +0200 |
commit | 3ab922601a2e6b9b170007461b9e0718c70bddcd (patch) | |
tree | 77f04125c2d7c422f74f4583cf116da7a9ff56c9 /db_structure.xml | |
parent | 2fa5e0a24e34b109fcd4adb98932e9537884bc9a (diff) | |
download | nextcloud-server-3ab922601a2e6b9b170007461b9e0718c70bddcd.tar.gz nextcloud-server-3ab922601a2e6b9b170007461b9e0718c70bddcd.zip |
Check if session token is valid and log user out if the check fails
* Update last_activity timestamp of the session token
* Check user backend credentials once in 5 minutes
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml index 68a812a6b8f..dcbf426e5b8 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -1057,10 +1057,10 @@ <field> <name>password</name> - <type>text</type> + <type>clob</type> <default></default> <notnull>true</notnull> - <length>100</length> + <length>4000</length> </field> <field> |