mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 00:46: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:
@@ -84,7 +84,10 @@ class ConfigMailController extends SimpleControllerBase
|
||||
if ($mailAuth) {
|
||||
$configData->setMailAuthenabled($mailAuth);
|
||||
$configData->setMailUser($mailUser);
|
||||
$configData->setMailPass($mailPass);
|
||||
|
||||
if ($mailPass !== '***') {
|
||||
$configData->setMailPass($mailPass);
|
||||
}
|
||||
}
|
||||
|
||||
if ($configData->isMailEnabled() === false) {
|
||||
|
||||
Reference in New Issue
Block a user