diff --git a/config/alchemy/config.yml b/config/alchemy/config.yml index 2f687528a1..ecacc20258 100644 --- a/config/alchemy/config.yml +++ b/config/alchemy/config.yml @@ -1,14 +1,6 @@ # == This is the global Alchemy configuration file # -# === Auto Log Out Time -# -# The amount of time of inactivity in minutes after which the user is kicked out of his current session. -# -# NOTE: This is only active in production environments -# -auto_logout_time: 30 - # === Redirect Options # # redirect_to_public_child [Boolean] # Alchemy redirects to the first public child page found, if a page is not visible. diff --git a/lib/alchemy/config.rb b/lib/alchemy/config.rb index e1c7724d76..92b2a31d66 100644 --- a/lib/alchemy/config.rb +++ b/lib/alchemy/config.rb @@ -34,6 +34,7 @@ def deprecated_configs { url_nesting: true, require_ssl: nil, + auto_logout_time: nil, } end