Accounts
Server Interface

An account must be created for each player before they can log into your server and observe or play at any of your poker tables. You can configure your system to allow players to create their own accounts from the player client module (see the "Allow New Accounts" setting on the System tab in the Account Settings group). Otherwise, you can manually create player accounts on the Accounts tab in the Admin Console. This tab contains a list of all player accounts in your system and a toolbar of commands to manage those accounts.

Select Modes - Some of the functions described below can be performed on multiple accounts at once. Use the select modes shown at the bottom of the grid:

Grid Configuration - Click the Config button in the lower right corner to adjust the column order in the grid and to specify which columns to show or hide. These settings are saved in the AdminData.db database and will be remembered on subsequent logins.

Toolbar Commands

Add - Click the Add button on the toolbar to add a new player account to your site. An input form will be displayed as shown below. Click in any field and a description of that property will be displayed in the yellow box.

Account Properties

Clone - Click the Clone button on the toolbar to add a new account and initialize its settings using the settings of an existing account that is selected in the list.

Edit - Click this button on the toolbar to edit the account properties of the selected player(s). You should avoid making changes to an account when the player is currently logged in. When editing multiple accounts at once, fields not modified will keep their original values.

Delete - Click the Delete button to delete the selected player accounts. You cannot delete accounts for players that are currently logged into your server.

Import - Click the Import button to add player accounts or player notes previously saved to a file with the Export button. When importing accounts, player names cannot already exist or else you will see an error message. When importing player notes, an account for that player must already exist, and you have the choice to Replace or Append the notes. With the Replace option, all existing notes (including chat blocks and color labels) authored by the player found in the import file will be deleted before any new notes are imported. Existing accounts are not affected if their names are not in the import file.

Export - Click the Export button to save the selected player accounts or player notes to a file in JSON format. This function can be used for backup purposes or to transfer to another server. Player notes are the notes that players make in the client interface about other players. These notes are stored in an encrypted format and kept in a PlayerData.db database file separate from the account settings and are not related to the "Note" field in the account settings. You may also export selected player email addresses to a text file with this button.

House - Click the House button to show the current balance of all house accounts. The Gold edition has separate accounts for the secondary currency:

Use the Increment, Decrement, or Set buttons to adjust balances by the amount specified. Use the Log button to record the current balances in the event log.

Chips - Click the Chips button to display a menu of commands for adjusting chip balances of all selected players. This method is safe to use even while players are logged in and playing. The follow commands are available:

Tokens - Click the Tokens button to display a menu of commands for finding, adding, removing, or setting permission tokens and ticket tokens for all selected accounts.

Lists - Click the Lists button to access emails list (used to send emails to players) and the blacklist (used to ban players).

You can create multiple email lists, each with a unique name. Click the "Compose Email Invitation" button to create an email message addressed to all the recipients in the current email list. Poker Mavens will use the SMTP settings that you provided in the System tab to send the outgoing emails. A form will be displayed so that you can customize the outgoing message.

Check the "Send copy to self" box to have a copy of the message sent to the "From" address. To prevent the players from seeing each other's email addresses, set the "Send as" option to either "Separate messages" or "Single message (Blind Carbon Copy)". You can adjust the subject line and the message body as you see fit before sending.

Transactions - Click the Transaction button to query the transaction database (contained in PlayerData.db). This database contains are chip and ticket transactions for every player account if "Log Account Transactions" is enabled in the Database Settings group on the System tab.

Help Index | Home Page