summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz-Robert <github@zeno.nu>2014-03-18 23:17:27 +0100
committerFranz-Robert <github@zeno.nu>2014-03-18 23:17:27 +0100
commitf03820ebf2f28ddb26e422322219a815d8cd3749 (patch)
tree85de2d7a73427ce2c4cdb19c38fa9a7affcef678
parentacaf297846907bff096dcbd71d6665ac6d4b8abc (diff)
downloadgitlab-ce-f03820ebf2f28ddb26e422322219a815d8cd3749.tar.gz
Update 6.0-to-6.5.md
A lot of users get authentication errors after this upgrade. Reason being the change in 6.5 that secure cookies when using https. A link to this would be very handy for other upgraders! https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide#cant-verify-csrf-token-authenticitycant-get-past-login-pageredirected-to-login-page
-rw-r--r--doc/update/6.0-to-6.5.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/update/6.0-to-6.5.md b/doc/update/6.0-to-6.5.md
index e01cc589a83..4a23fbfdd94 100644
--- a/doc/update/6.0-to-6.5.md
+++ b/doc/update/6.0-to-6.5.md
@@ -125,3 +125,6 @@ Follow the [`upgrade guide from 5.4 to 6.0`](5.4-to-6.0.md), except for the data
cd /home/git/gitlab
sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production
```
+
+## Login issues after upgrade?
+If running in https mode, be sure to read [Can't Verify csrf token authenticity](https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide#cant-verify-csrf-token-authenticitycant-get-past-login-pageredirected-to-login-page)