👌 IMPROVE: update description
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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>< 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user