Fix issue when unlinking Gitlab account

This commit is contained in:
Frederic Guillot
2015-10-03 18:22:06 -04:00
parent 260c8515c5
commit c9e3178720
4 changed files with 31 additions and 3 deletions

View File

@@ -76,3 +76,8 @@ Kanboard uses these information from your Gitlab profile:
- Gitlab unique id
The Gitlab unique id is used to link the local user account and the Gitlab account.
Known issues
------------
Gitlab OAuth will work only with url rewrite enabled. At the moment, Gitlab doesn't support callback url with query string parameters. See [Gitlab issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/2443)