From 68e03a37112d8147533cf2a7838d8f87fe234774 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (aka lmi)" Date: Mon, 4 Aug 2014 11:52:54 +0200 Subject: [PATCH] Improve doc --- auth_from_http_remote_user/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth_from_http_remote_user/__openerp__.py b/auth_from_http_remote_user/__openerp__.py index 10750cbea..9c589c667 100644 --- a/auth_from_http_remote_user/__openerp__.py +++ b/auth_from_http_remote_user/__openerp__.py @@ -28,8 +28,8 @@ Allow users to be automatically logged in. This module initialize the session by looking for the field HTTP_REMOTE_USER in the HEADER of the HTTP request and trying to bind the given value to a user. -This module must be loaded at startup; Add the *--load* parameter to the startup -command: :: +To be active, the module must be installed in the expected databases and loaded +at startup; Add the *--load* parameter to the startup command: :: --load=web,web_kanban,auth_from_http_remote_user, ...