From db0e9f2060614607b1cd127cb3a0e1f211a2319d Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Wed, 14 Aug 2019 10:12:13 +0200 Subject: [PATCH] Add auth_session_timeout --- 12.0.Dockerfile | 4 +++- README.md | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/12.0.Dockerfile b/12.0.Dockerfile index 9663c30..d3d509d 100644 --- a/12.0.Dockerfile +++ b/12.0.Dockerfile @@ -72,7 +72,9 @@ RUN set -x; \ /tmp/oca-repos/partner-contact/partner_disable_gravatar \ /opt/odoo/additional_addons/ &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/server-auth.git /tmp/oca-repos/server-auth &&\ - mv /tmp/oca-repos/server-auth/password_security /opt/odoo/additional_addons/ &&\ + mv /tmp/oca-repos/server-auth/auth_session_timeout \ + /tmp/oca-repos/server-auth/password_security \ + /opt/odoo/additional_addons/ &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/server-brand.git /tmp/oca-repos/server-brand &&\ mv /tmp/oca-repos/server-brand/disable_odoo_online /opt/odoo/additional_addons/ &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux &&\ diff --git a/README.md b/README.md index 9a622ff..5f22333 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,14 @@ The following OCA addons are included (in v10.0, and only the ones followed by * modules: - partner_firstname * - partner_disable_gravatar * - - repo: server-auth (only in v12) + - repo: server-auth (only in v12, modules were in server-tools in v10) modules: + - auth_session_timeout - password_security - repo: server-tools modules: - date_range (moved to server-ux in v12) - - auth_session_timeout + - auth_session_timeout (moved to server-auth in v12) - auth_brute_force - password_security (moved to server-auth in v12) - repo: server-brand (only in v12) -- GitLab