20#ifndef ORES_VARIABILITY_DOMAIN_SYSTEM_FLAGS_CACHE_HPP
21#define ORES_VARIABILITY_DOMAIN_SYSTEM_FLAGS_CACHE_HPP
Domain types for system variability.
Definition feature_flags.hpp:26
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 signup_requires_authorization
Whether new signups require admin authorization.
Definition system_flags_cache.hpp:58
bool disable_password_validation
Whether password validation is disabled.
Definition system_flags_cache.hpp:67