mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 08:56:59 +01:00
* [MOD] UI tweaks on login and password reset views
* [MOD] Improved password fields behavior. New strength level meter, copy to clipboard and password viewer doesn't show up the RSA encrypted text.
This commit is contained in:
@@ -121,7 +121,10 @@ class ConfigGeneralController extends SimpleControllerBase
|
||||
$configData->setProxyServer($proxyServer);
|
||||
$configData->setProxyPort($proxyPort);
|
||||
$configData->setProxyUser($proxyUser);
|
||||
$configData->setProxyPass($proxyPass);
|
||||
|
||||
if ($proxyPass !== '***') {
|
||||
$configData->setProxyPass($proxyPass);
|
||||
}
|
||||
|
||||
if ($configData->isProxyEnabled() === false) {
|
||||
$eventMessage->addDescription(__u('Proxy habiltado'));
|
||||
|
||||
Reference in New Issue
Block a user