mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Instructions in Readme: How to use non SSOwat users
This solve a common issue. See for instance: https://github.com/YunoHost-Apps/kanboard_ynh/issues/68
This commit is contained in:
parent
0d90fdfa36
commit
f8f23afcb3
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -42,6 +42,16 @@ Kanboard and SSOwat
|
|||
Kanboard use SSOwat for user authentification (it means it use the user that the web server (nginx) sent him throught SSOwat), but can't list all user of the system.
|
||||
If you wish to add a user, just log in with that user into Kanboard so the software knows him and displays it.
|
||||
|
||||
How to connect as external (non-SSOwat) users
|
||||
-------------------
|
||||
You have to edit this file `/var/www/kanboard/config.php`, find the line `define('REVERSE_PROXY_AUTH', true);` and change it from `true` to `false`.
|
||||
**Warning** this disable the possibility to connect with SSOwat users. You will *only* be able to connect with Kanboard users created inside of Kanboard.
|
||||
Then you can connect.
|
||||
|
||||
**NB**: if you don't make that change, you will get the following error message "Access Forbidden".
|
||||
|
||||
This is due to a Kanboard limitation.
|
||||
|
||||
Developer infos
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue