From: Joe Hunt Date: Thu, 15 Nov 2012 15:45:23 +0000 (+0100) Subject: Updated update.html X-Git-Tag: 2.3-final~378 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=596541651cb0415f55dec0d5ae0923b2f44cccbf Updated update.html --- diff --git a/update.html b/update.html index 16859242..5a552932 100644 --- a/update.html +++ b/update.html @@ -7,7 +7,7 @@

FrontAccounting -Update

Important Notes for release 2.3.12.

New global flags in config.php (config-default.php):

/*
    Display a dropdown select box for choosing Company to login if false.
    Show a blank editbox only if true where the Company NickName
    will have to be manually entered. This is when privacy is needed.
*/
    $text_company_selection  = false;

/*  Should FA hide menu items (Applications, Modules, and Actions) from the user if they don't have access to them?
    0 for no       1 for yes
*/

    $hide_inaccessible_menu_items = 0;

/*
    Brute force prevention.
    $login_delay seconds delay is required between login attempts after $login_max_attemps failed logins.
    Set $login_delay to 0 to disable the feature (not recommended)
*/
    $login_delay = 30;
    $login_max_attempts = 10;

Important Notes for release 2.3.5.

+Update

Important Notes for release 2.3.13.

New global flags in config.php (config-default.php):

/* No check on edit conflicts. Maybe needed to be set to 1 in certains Windows Servers */
    $no_check_edit_conflicts = 0;

Important Notes for release 2.3.12.

New global flags in config.php (config-default.php):

/*
    Display a dropdown select box for choosing Company to login if false.
    Show a blank editbox only if true where the Company NickName
    will have to be manually entered. This is when privacy is needed.
*/
    $text_company_selection  = false;

/*  Should FA hide menu items (Applications, Modules, and Actions) from the user if they don't have access to them?
    0 for no       1 for yes
*/

    $hide_inaccessible_menu_items = 0;

/*
    Brute force prevention.
    $login_delay seconds delay is required between login attempts after $login_max_attemps failed logins.
    Set $login_delay to 0 to disable the feature (not recommended)
*/
    $login_delay = 30;
    $login_max_attempts = 10;

Important Notes for release 2.3.5.

Change in the behaviour of Recurrent Invoices.