Turning off Password Storage in the Login Browser
By default, password storage is offered in the login browser. If you don’t want it, you have to replace false
with true
in the file …\Jedox Suite\httpd\app\etc\config.php
in the following entry:
// enable
browser to autocomplete for passwords in the login screen
define('CFG_DISABLE_AUTOCOMPLETE', false);
After changes, you must restart JedoxSuiteHttpdService.
Updated June 5, 2023