User Settings

As well as for restricting user access, the ApplicationSettings file is used to determine some settings:


FETCH_SIZE

Determines the number of rows to be fetched when running reports and when clicking the 'Fetch more' button in relational explorer. If the total number of rows is less than this number the whole table will be shown.

DEFAULT: 1000

MAX_GROUP_SIZE

Determines the number of rows at which the relational explorer will produce a big data report.

DEFAULT: 5000

MOOURL        

Sets the URL for the moouser Process Manager.

PWREGEX

Determines the allowed characters and password length limits for the change password function.

PWMESSAGEXXX        

Determines the message to be displayed in the event the entered password does not meet the requirements.

USELEGACYRE

Determines whether FinanceHub will use the new or legacy relational explorer.

DEFAULT: N


<Settings>

   <Key>FETCH_SIZE</Key>

   <Value>1000</Value>

 </Settings>

 <Settings>

   <Key>MAX_GROUP_SIZE</Key>

   <Value>5000</Value>

 </Settings>


<Settings>

   <Key>MOOURL</Key>

   <Value>http://ora4.el0.me:33003/mooweb_pm_temp.html</Value>

 </Settings>


 <Settings>

   <Key>PWREGEX</Key>

   <Value>(?!^[0-9]*$)(?!^[a-zA-Z]*$)^([a-zA-Z0-9]{8,15})$</Value>

 </Settings>


 <Settings>

   <Key>PWMESSAGEXXX</Key>

   <Value>Your New password must meet the following requirement :

   Minimum 8 characters ****

   Contain a mix of alpha And numeric characters

   Contain a mix of upper And lowercase characters

   </Value>

 </Settings>


 <Settings>

   <Key>USELEGACYRE</Key>

   <Value>N</Value>

 </Settings>