mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 16:58:20 +00:00
Add CLI and Web endpoints to change local login account password
This commit is contained in:
@@ -214,6 +214,7 @@ namespace LoginserverCommandHandler {
|
|||||||
* @param argv
|
* @param argv
|
||||||
* @param cmd
|
* @param cmd
|
||||||
* @param description
|
* @param description
|
||||||
|
*/
|
||||||
void UpdateLoginserverUserCredentials(int argc, char **argv, argh::parser &cmd, std::string &description)
|
void UpdateLoginserverUserCredentials(int argc, char **argv, argh::parser &cmd, std::string &description)
|
||||||
{
|
{
|
||||||
description = "Change user login credentials";
|
description = "Change user login credentials";
|
||||||
|
|||||||
Reference in New Issue
Block a user