Club Management site configuration settings
The following settings are used for Club Management.:
Site Admin Panel > Group/Accounts and Club Management Settings > UseClubLogin value = 1
This setting is used to redirect requests that go to the GrpLogin.aspx page to GrpLogin2.aspx, the Club Management log-in page.
Site Admin Panel > Group/Accounts and Club Management Settings > ClubRptURL value = http://[ServerName]/ReportServer[$NamedInstance]/Pages/ReportViewer.aspx
This setting is used to set the URL (relative or absolute) to your Reporting Services server (specifying the SQL named instance if applicable). The value for this key uses the above format – substitute your SQL/Reporting Services server name for [ServerName] and the SQL named instance for [$NamedInstance] if applicable.
If you are not using Reporting Services (see the section
Installing the Club Management Report pages), this setting would look something like:
Site Admin Panel > Group/Accounts and Club Management Settings > ClubRptURL value = /clubreport/default.aspx
Site Admin Panel > Group/Accounts and Club Management Settings > ReportQueryString value = ?Account=
Note: ReportQueryString must be configured in this manner for the Club Management Report pages to report properly.
Site Admin Panel > Group/Accounts and Club Management Settings > KeepCartOnGroupLogout value = 1
See the explanation for
KeepCartOnGroupLogout in the
Group Sales section above.
Site Admin Panel > Group/Accounts and Club Management Settings > EncryptReportQueryString value = 1
Set this key to 1 to use .NET decryption/encryption (which may speed up the report) when running the Club Member Purchases Report. This requires you to set <add key="HashedStoredProc" value="1" /> in the web.config file for the Club Management pages. To continue to use the “old-style” decryption/encryption set both of the keys to 0.
Note: Both of these key values must be identical or the Club Management reports will not work properly.
To display the letters of the alphabet in order as links on the Club Management log-in page, which when clicked display all of the configured club names that start with that letter, set the value for the following key to 1 in the site config file:
Site Admin Panel > Group/Accounts and Club Management Settings > ShowGroupNamesInClubLogin value = 1
Clicking on the club name auto-populates the Club Name field on the Club Management Log-in page. This avoids the need to remember the exact club name. The password then needs to be entered and the Log-in button clicked to complete the log-in process.
To make it so that not all accounts display to the end user, use the following site config key to filter the accounts displayed to those account types that you have configured as Club Management accounts:
Site Admin Panel > Group/Accounts and Club Management Settings > FilterByAccountTypeInClubLogin value = 2,3
Account types can be found in the accounts table in SiriusSQL database under the acct_type column.