Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
Command_Register Struct Reference

Classes

struct  SessionCommand

Public Attributes

required string user_name = 1
optional string password = 2
optional string email = 3
optional string country = 5
optional string real_name = 6
optional string clientid = 7
optional string hashed_password = 8

Detailed Description

User wants to register a new account

Member Data Documentation

◆ clientid

optional string Command_Register::clientid = 7

◆ country

optional string Command_Register::country = 5

gender = 4; // obsolete Country code of the user. 2 letter ISO format

◆ email

optional string Command_Register::email = 3

Email address of the client for user validation

◆ hashed_password

optional string Command_Register::hashed_password = 8

◆ password

optional string Command_Register::password = 2

Hashed password to be inserted into database

◆ real_name

optional string Command_Register::real_name = 6

◆ user_name

required string Command_Register::user_name = 1

User name client wants to register


The documentation for this struct was generated from the following file: