| 372 | ParticipateSurvey participate_survey; ///< Participate in the automated survey |
| 373 | |
| 374 | bool AdminAuthenticationConfigured() const { return !this->admin_password.empty() || !this->admin_authorized_keys.empty(); } |
| 375 | }; |
| 376 | |
| 377 | /** Settings related to the creation of games. */ |
no test coverage detected