My Alerts Configuration Settings
Below is a table of all of the Configuration Settings which appear when you click on the My Alerts node and Sign in to the My Alerts Administration Console.
Setting | Value example | Description |
---|---|---|
My Alerts | ||
ChangePasswordPage | ChangePassword.aspx | Deprecated. File containing content for users who wish to change their password. |
DistanceOptions | 50~ 50m|100~100m|250~250m|500~500m|1000~1000m|2500~2500m|5000~5000m | Adjust this string to change the options for the My Alerts radius dropdown. |
EmailDefaultURL | http://TEST/iShareLatest.web/atMyCouncil.aspx | Deprecated. |
ForgottenPasswordContent | File containing content for users who have forgotten their password. | |
RegisterContent | File containing content for users to register for My Alerts. | |
UnsubscribeContent | File containing content for users wishing to unsubscribe from My Alerts. | |
URL | Base URL for the My Alerts Screens. | |
WelcomeContent | atMyAlertsWelcome.aspx | File containing welcome content for users not signed into My Alerts. |
My Alerts Service | ||
AccountKey | astunlocal1234 | Client key (switch to astunremote1234 to allow remote login to admin console) |
AccountPassword | localastun | Client password (switch to remoteastun to allow remote login to admin console) |
AccountUsername | AstunLocal | Client username (switch to AstunRemote to allow remote login to admin console) |
DebugConsole | False | Whether to run the console in debug mode. Better to use the switches on the input. |
DebugEnabled | False | Whether to run the Web Service in debug mode. |
DSN | Provider=PostgreSQL.1;Password=nnnn;User ID=myalert;Data Source=localhost;Location=myalert;Extended Properties=""; | Connection string to access the My Alerts database. |
ExceptionIncludeStack | False | Whether to include the exception stack in the exception e-mail. |
ExceptionsReporting | True | Whether an e-mail is sent when an exception occurs. |
GloblaSpatial | 500 | The distance within which a change is undetected. |
IgnoredFields | MapSpurMinE|MapSpurMinN|MapSpurMaxE|MapSpurMaxN | List of fields that are not checked as part of changes |
MaxLayerChanges | 5 | The maximun number of individual changes that are displayed in one layer |
MyHouseSource | Workshop/MyHouse | My House Map Source |
Notify | True | Whether to send the e-mails. |
OldInterface | False | If true this produces the hyperlinks in the old style for the e-mail. |
ResetKeyValidityTime | 12 | Time (in hours) for which the reset key is valid. |
SpatialFields | MapSpurE|MapSpurN|MapSpurX|MapSpurY|Distance|URL | List of Spatial fields |
TransactionWebServiceURL | http://test.astuntechnology.com/MyAlertslatest.WebService/transaction.asmx | |
UserManagerWebServiceURL | http://test.astuntechnology.com/MyAlertslatest.WebService/usermanager.asmx | |
UsersWebServiceURL | http://test.astuntechnology.com/MyAlertslatest.WebService/users.asmx | |
XSLFile | D:\Astun\iShare\latest\WebApps\WebService\xml\myHouse_Fields.xsl | The XSL transformation file to use to get the correct output for individual changes. |
My Alerts Service [Email] | ||
ForgotPasswordAddendum | For more information please contact the support staff on support@council.web or ring 01XXX-XXX-XXXX | An additional message to place at the foot of the 'Forgot password' e-mail. |
ForgotPasswordSubject | MyAlerts details request | The subject line for the 'Forgot Password' e-mail. |
From | myalert@astuntechnology.com | The e-mail address that the My Alerts E-mails will be sent from. |
RegisterAddendum | For more information please contact the support staff on support@council.web or ring 01XXX-XXX-XXXX | An additional message to place at the foot of the 'Registration' e-mail |
RegisterSubject | MyAlerts Registration | The subject line for the 'Registration' e-mail |
ReportTo | notifications@astuntechnology.com | The 'To' address for the exception e-mail |
ShowingExceeded | <font color="#ff0033">Showing the first {#recs} of {#total} entries</font> | The text to display when there are a number of entries. This will need to use encoded html. |
ShowingMulti | <font color="#ff0033">Showing 1 entry</font> | The text to display when there are a number of entries. This will need to use encoded html. |
ShowingSingle | <font color="#ff0033">Showing {#recs} entries</font> | The text to display when there is a single entry. This will need to use encoded html. |
Subject | My Alerts: There are changes around your house | The default subject line of all My Alerts e-mail |
TemplateFile | D:\Astun\iShare\latest\MyAlerts\Console\config\template.htm | The template html file that is used to build the body of the e-mail message. For details on how to create your own My Alerts email template please see Setting up your My Alerts Email Template topic. |
Encoded HTML
The ‘Showing...’ settings are xml themselves and therefore need to be entered in special format to appear using HTML encoding. Hence the resultant string:
<font color=”#ff0033”>
Must be entered as:
<font color="#ff0033"
These entries also allow for the inclusion of record numbers.
{#recs} will be replaced with the actual number being displayed
{#total} will be replaced with the total number of changes that were generated