👌 IMPROVE: update description

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
Jonas Sulzer
2019-06-01 18:51:50 +02:00
parent 6a246e1105
commit 4d14a2d893
2 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
External user authentication External user authentication
============================ ============================
**Authenticate user login against FTP, IMAP or SMB.** **Authenticate user login against IMAP, SMB, FTP, WebDAV, HTTP BasicAuth, SSH and XMPP**
Passwords are not stored locally; authentication always happens against Passwords are not stored locally; authentication always happens against
the remote server. the remote server.

View File

@@ -3,8 +3,19 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>user_external</id> <id>user_external</id>
<name>External user support</name> <name>External user support</name>
<summary>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP</summary> <summary>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth, SSH and XMPP</summary>
<description>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP</description> <description><![CDATA[
Use external user authentication methods to give users acces to your Nextcloud instance:
- IMAP
- SMB
- FTP
- WebDAV
- HTTP BasicAuth
- SSH
- XMPP
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
]]></description>
<version>0.6.3</version> <version>0.6.3</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Robin Appelman</author> <author>Robin Appelman</author>