summaryrefslogtreecommitdiff
path: root/docs/faq/admin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq/admin.txt')
-rw-r--r--docs/faq/admin.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/faq/admin.txt b/docs/faq/admin.txt
index dbcd725a8d..8deffdf28c 100644
--- a/docs/faq/admin.txt
+++ b/docs/faq/admin.txt
@@ -13,12 +13,6 @@ things:
"http://www.example.com/admin/" in your browser, in "myproject.settings" you
should set :setting:`SESSION_COOKIE_DOMAIN` = 'www.example.com'.
-* Some browsers (Firefox?) don't like to accept cookies from domains that
- don't have dots in them. If you're running the admin site on "localhost"
- or another domain that doesn't have a dot in it, try going to
- "localhost.localdomain" or "127.0.0.1". And set
- :setting:`SESSION_COOKIE_DOMAIN` accordingly.
-
I can't log in. When I enter a valid username and password, it brings up the login page again, with a "Please enter a correct username and password" error.
-----------------------------------------------------------------------------------------------------------------------------------------------------------