[doc] improve a bit the README to explain how to allow login in dev mode
authorDavid Douard <david.douard@logilab.fr>
Wed, 11 May 2016 11:27:50 +0200
changeset 11678 a615997559a6
parent 11677 54ad4c679be1
child 11679 04b127f7ba4e
[doc] improve a bit the README to explain how to allow login in dev mode
README
--- a/README	Thu Mar 24 14:09:29 2016 +0100
+++ b/README	Wed May 11 11:27:50 2016 +0200
@@ -43,6 +43,12 @@
 
 See the documentation of `Pyramid Cubicweb`_ for more details.
 
+.. Warning:: If you want to be able to log in a CubicWeb application
+             served by pyramid on a unsecured stream (typically when
+             you start an instance in dev mode using a simple
+             ``cubicweb-ctl pyramid -D -linfo myinstance``), you
+             **must** set ``cubicweb.auth.authtkt.session.secure`` to
+             ``no``.
 
 Secrets
 ~~~~~~~