mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
6c962c45da
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -40,6 +40,16 @@ Kanboard is a simple visual task board web application.
|
||||||
|
|
||||||
## Additional information
|
## Additional information
|
||||||
|
|
||||||
|
### 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 disables 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.
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/kanboard_ynh/issues
|
* Report a bug: https://github.com/YunoHost-Apps/kanboard_ynh/issues
|
||||||
|
|
Loading…
Add table
Reference in a new issue