aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/http_login_after_https_login_leads_to_extremely_confusing_error.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/http_login_after_https_login_leads_to_extremely_confusing_error.mdwn b/doc/bugs/http_login_after_https_login_leads_to_extremely_confusing_error.mdwn
new file mode 100644
index 000000000..eae465f1d
--- /dev/null
+++ b/doc/bugs/http_login_after_https_login_leads_to_extremely_confusing_error.mdwn
@@ -0,0 +1,10 @@
+As reported by many confused users at
+<http://git-annex.branchable.com/bugs/impossible_to_login_to_the_website_at_times/>
+a successful login can end up at the error message "Error: Login succeeded,
+but I don't remember why you were logging in [...]"
+
+This happens when the user has earlier logged into a site on its https
+url, but then later navigates to the http url, and is prompted to log in
+there.
+
+Workaround: Set `redirect_to_https`.