# HG changeset patch # User David Douard # Date 1462958870 -7200 # Node ID a615997559a6ba7bfd09e434004559e41aeb245c # Parent 54ad4c679be132e7f0089556a43ce9ada21ca58b [doc] improve a bit the README to explain how to allow login in dev mode diff -r 54ad4c679be1 -r a615997559a6 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 ~~~~~~~