Add option to auto-accept new account creation (#86)

This commit is contained in:
Lee *!* Clagett
2023-12-15 18:19:55 -05:00
committed by Lee *!* Clagett
parent b4426b4a74
commit 6ea656d7aa
3 changed files with 16 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ namespace lws
epee::net_utils::ssl_verification_t webhook_verify;
bool allow_external;
bool disable_admin_auth;
bool auto_accept_creation;
};
explicit rest_server(epee::span<const std::string> addresses, std::vector<std::string> admin, db::storage disk, rpc::client client, configuration config);