Encrypt own cards which are sent at the beginning of the hand - only applicable to registered users.
This commit is contained in:
@@ -149,6 +149,13 @@ SessionData::AuthSetPassword(const std::string &password)
|
||||
{
|
||||
if (m_authSession)
|
||||
gsasl_property_set(m_authSession, GSASL_PASSWORD, password.c_str());
|
||||
m_password = password;
|
||||
}
|
||||
|
||||
string
|
||||
SessionData::AuthGetPassword() const
|
||||
{
|
||||
return m_password;
|
||||
}
|
||||
|
||||
string
|
||||
|
||||
Reference in New Issue
Block a user