mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-19 06:46:49 +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:
@@ -99,6 +99,8 @@ class ConfigMailController extends SimpleControllerBase
|
||||
$configData->setMailAuthenabled(false);
|
||||
|
||||
$eventMessage->addDescription(__u('Correo deshabilitado'));
|
||||
} else {
|
||||
$this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Sin cambios'));
|
||||
}
|
||||
|
||||
$this->saveConfig($configData, $this->config, function () use ($eventMessage) {
|
||||
|
||||
Reference in New Issue
Block a user