From cd742bb46da988c3e557fb9c3aee89a59f8bf8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 30 Jul 2019 22:51:02 +0200 Subject: [PATCH] Add more info about email for user --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a002e6..705c01b 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,12 @@ YunoHost specific features This app support LDAP and the SSO authentification. -The restriction is that the user ID in this app is an email adress. So it's potentially possible to have multiple user account with the same username. By example you can have `john@yunohost.org` and `john@seafile.org`. You can see the issue [#5](https://github.com/YunoHost-Apps/seafile_ynh/issues/5) wich describe this problem. You can check that you are not in this case if by going in seafile admin page in the user tab can see all account. +The restriction is that the user ID in this app is an email address. So it's potentially possible to have multiple user account with the same username. By example you can have `john@yunohost.org` and `john@seafile.org`. You can see the issue [#5](https://github.com/YunoHost-Apps/seafile_ynh/issues/5) wich describe this problem. You can check that you are not in this case if by going in seafile admin page in the user tab can see all account. The best configuration is to give to each user an email which contains the domain used by seafile. +**To fix this issue seahub don't allow any authentication from a user different than "username@seafile_domain.tld".** + ### Supported architectures Since seafile 6.3 the i386 architecture is no more supported. @@ -156,4 +158,3 @@ TODO ---- - Find a way to fix the issue https://github.com/YunoHost-Apps/seafile_ynh/issues/5 -