From cbeec7ae9ae50bbfa67fa62222e3f0362c636148 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 20 Dec 2016 15:36:46 +0100 Subject: [PATCH] Add note about cookie requirement --- notebook/templates/login.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notebook/templates/login.html b/notebook/templates/login.html index 19a38418c..df394db32 100644 --- a/notebook/templates/login.html +++ b/notebook/templates/login.html @@ -63,6 +63,9 @@ http://localhost:8888/?token=c8de56fa... :: /Users/you/notebooks

Or you can paste just the token value into the password field on this page.

+

+ Cookies are required for authenticated access to notebooks. +

{% endblock token_message %} {% endif %}