mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-18 22:36:49 +01:00
* [ADD] Closes #91. New feature that allows to generate an image for the account password . Thanks to @TitovLab
This commit is contained in:
@@ -104,6 +104,7 @@ class ConfigC extends Controller implements ActionsInterface
|
||||
// Accounts
|
||||
$this->view->assign('chkGlobalSearch', (\SP\Config::getValue('globalsearch')) ? 'checked="checked"' : '');
|
||||
$this->view->assign('chkResultsAsCards', (\SP\Config::getValue('resultsascards')) ? 'checked="checked"' : '');
|
||||
$this->view->assign('chkAccountPassToImage', (\SP\Config::getValue('account_passtoimage')) ? 'checked="checked"' : '');
|
||||
$this->view->assign('chkAccountLink', (\SP\Config::getValue('account_link')) ? 'checked="checked"' : '');
|
||||
$this->view->assign('accountCount', \SP\Config::getValue('account_count'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user