Pol  Revision:cb584c9
accounts.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 Pol
 
 Pol::Accounts
 

Functions

Account * Pol::Accounts::create_new_account (const std::string &acctname, const std::string &password, bool enabled)
 
int Pol::Accounts::delete_account (const char *acctname)
 
Account * Pol::Accounts::duplicate_account (const std::string &oldacctname, const std::string &newacctname)
 
Account * Pol::Accounts::find_account (const char *acctname)
 
void Pol::Accounts::reload_account_data (void)
 
void Pol::Accounts::write_account_data ()
 
void Pol::Accounts::write_account_data_task (void)
 

Detailed Description

History
  • 2005/05/24 Shinigami: added delete_account
  • 2005/05/25 Shinigami: added duplicate_account
  • 2009/08/06 MuadDib: Removed PasswordOnlyHash support

Definition in file accounts.h.