20#ifndef ORES_VARIABILITY_DOMAIN_SYSTEM_FLAGS_CACHE_HPP
21#define ORES_VARIABILITY_DOMAIN_SYSTEM_FLAGS_CACHE_HPP
23namespace ores::variability::domain {
POD containing cached values of well-known system flags.
Definition system_flags_cache.hpp:34
bool bootstrap_mode
Whether the system is in bootstrap mode.
Definition system_flags_cache.hpp:41
bool user_signups
Whether user self-registration is enabled.
Definition system_flags_cache.hpp:49
bool disable_password_validation
Whether password validation is disabled.
Definition system_flags_cache.hpp:58