X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=178636607848694025f54866b5048c9941521b11;hb=2a950ced3fa450dd1ea34dc2349e783a047e10af;hp=cb36c1709dadae49dab87af377df08cc03930063;hpb=a6db07ce63240f5547f92602877e91dd153e2f56;p=fa-stable.git diff --git a/config.default.php b/config.default.php index cb36c170..17863660 100644 --- a/config.default.php +++ b/config.default.php @@ -241,11 +241,11 @@ if (!defined('ICON_EDIT')) } /* - Display a dropdown select box for choosing Company to login if true. - Show a blank editbox only if false where the Company NickName + 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. */ - $AllowCompanySelectionBox = true; +$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 @@ -253,4 +253,19 @@ if (!defined('ICON_EDIT')) $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; + +/* + Choose Exchange Rate Provider + Default is ECB for backwards compatibility +*/ +$xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG"); +$dflt_xr_provider = 0; + ?> \ No newline at end of file