summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/appinfo
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-12-11 13:22:46 +0000
committerSam Tuke <samtuke@owncloud.com>2012-12-11 13:22:46 +0000
commitaabef796a0a0b22ff4299935111e442cb43a93ce (patch)
tree8ce450fe571976393acd5ee2d6ccd2ad145614b8 /apps/files_encryption/appinfo
parentc56fb905d1a300b2fe6c011848ea520031ea0df1 (diff)
downloadnextcloud-server-aabef796a0a0b22ff4299935111e442cb43a93ce.tar.gz
nextcloud-server-aabef796a0a0b22ff4299935111e442cb43a93ce.zip
Added library phpseclib
First implementation of passphrase changing on user pwd change
Diffstat (limited to 'apps/files_encryption/appinfo')
-rw-r--r--apps/files_encryption/appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_encryption/appinfo/app.php b/apps/files_encryption/appinfo/app.php
index 7a8eee41bb5..6c082b1938c 100644
--- a/apps/files_encryption/appinfo/app.php
+++ b/apps/files_encryption/appinfo/app.php
@@ -12,6 +12,7 @@ OC_FileProxy::register(new OCA\Encryption\Proxy());
OCP\Util::connectHook('OC_User','post_login','OCA\Encryption\Hooks','login');
OCP\Util::connectHook('OC_Webdav_Properties', 'update', 'OCA\Encryption\Hooks', 'updateKeyfile');
+OCP\Util::connectHook('OC_User','post_setPassword','OCA\Encryption\Hooks','setPassphrase');
stream_wrapper_register( 'crypt', 'OCA\Encryption\Stream');