Add another API endpoint [skip ci]

This commit is contained in:
Akkadius
2019-09-08 03:03:52 -05:00
parent 34a4db6302
commit 40696a132b
4 changed files with 58 additions and 11 deletions
+7 -1
View File
@@ -30,9 +30,15 @@ public:
* @param username
* @param password
* @param email
* @param source_loginserver
* @return
*/
static int32 CreateLocalLoginServerAccount(std::string username, std::string password, std::string email = "");
static int32 CreateLoginServerAccount(
std::string username,
std::string password,
std::string email = "",
const std::string &source_loginserver = "local"
);
/**
* @param username