diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-21 13:07:52 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-06-21 13:08:31 +0200 |
commit | 76369b74245a5ab22384c8aa83ca977fb26db0fe (patch) | |
tree | 3adad50f51e8029e7dd8466ebe8c6048d2c3f527 /apps | |
parent | d10ad0d603d0755f0e57e92ecbce447a8944dc3a (diff) | |
download | nextcloud-server-76369b74245a5ab22384c8aa83ca977fb26db0fe.tar.gz nextcloud-server-76369b74245a5ab22384c8aa83ca977fb26db0fe.zip |
encryption is LDAP compatible
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_encryption/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml index ea8f6cf6f31..1e97b1b2217 100644 --- a/apps/files_encryption/appinfo/info.xml +++ b/apps/files_encryption/appinfo/info.xml @@ -2,7 +2,7 @@ <info> <id>files_encryption</id> <name>Encryption</name> - <description>WARNING: This is a preview release of the new ownCloud 5 encryption system. Testing and feedback is very welcome but don't use this in production yet. Encryption is not yet compatible with LDAP.</description> + <description>WARNING: This is a preview release of the new ownCloud 5 encryption system. Testing and feedback is very welcome but don't use this in production yet. After the app was enabled you need to re-login to initialize your encryption keys</description> <licence>AGPL</licence> <author>Sam Tuke, Bjoern Schiessle, Florin Peter</author> <require>4</require> |