From e17c0d54e5d19ab22f4c5713ec6e24cdddbb4e53 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 13 Jan 2020 19:59:47 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08abbe0..1ac6b49 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ An open source, modern and powerful wiki app built on Node.js, Git and Markdown #### Multi-users support -LDAP is implemented, root will receive a mail at the end of the installation or the upgrade with the informations to configure LDAP. -HTTP auth for now but planned to be supported. -The app can be used by multiple users +LDAP is implemented, root will receive a mail at the end of the installation or the upgrade with the informations to configure LDAP. +No HTTP auth for now but planned to be supported. +The app can be used by multiple users #### Supported architectures From 43231ee0d009fb05d908358119e54aebb7d50979 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 14 Jan 2020 08:26:14 +0100 Subject: [PATCH 2/2] Adding login information --- conf/ldap_message | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/ldap_message b/conf/ldap_message index 4b2302a..ff76bfc 100644 --- a/conf/ldap_message +++ b/conf/ldap_message @@ -15,4 +15,6 @@ Registration Allow self-registration: Yes Assign to group: Guest +When activated, users will be abble to login using ldap providing their username (not email address) and password. + If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/wikijs_ynh \ No newline at end of file