* [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:
nuxsmin
2018-03-29 19:52:52 +02:00
parent ca68d25b3f
commit 0418fbf299
2 changed files with 4 additions and 0 deletions

View File

@@ -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) {