Skip to content
Snippets Groups Projects
Commit db0e9f20 authored by remi-filament's avatar remi-filament
Browse files

Add auth_session_timeout

parent 50fef3e6
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,9 @@ RUN set -x; \ ...@@ -72,7 +72,9 @@ RUN set -x; \
/tmp/oca-repos/partner-contact/partner_disable_gravatar \ /tmp/oca-repos/partner-contact/partner_disable_gravatar \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 12.0 --depth 1 https://github.com/OCA/server-auth.git /tmp/oca-repos/server-auth &&\ 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 &&\ 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/ &&\ 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 &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux &&\
......
...@@ -35,13 +35,14 @@ The following OCA addons are included (in v10.0, and only the ones followed by * ...@@ -35,13 +35,14 @@ The following OCA addons are included (in v10.0, and only the ones followed by *
modules: modules:
- partner_firstname * - partner_firstname *
- partner_disable_gravatar * - partner_disable_gravatar *
- repo: server-auth (only in v12) - repo: server-auth (only in v12, modules were in server-tools in v10)
modules: modules:
- auth_session_timeout
- password_security - password_security
- repo: server-tools - repo: server-tools
modules: modules:
- date_range (moved to server-ux in v12) - date_range (moved to server-ux in v12)
- auth_session_timeout - auth_session_timeout (moved to server-auth in v12)
- auth_brute_force - auth_brute_force
- password_security (moved to server-auth in v12) - password_security (moved to server-auth in v12)
- repo: server-brand (only in v12) - repo: server-brand (only in v12)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment