Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/controllers/CControllerAuthenticationUpdate.php')
-rw-r--r--ui/app/controllers/CControllerAuthenticationUpdate.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/app/controllers/CControllerAuthenticationUpdate.php b/ui/app/controllers/CControllerAuthenticationUpdate.php
index 33c848fdd07..15d420e0050 100644
--- a/ui/app/controllers/CControllerAuthenticationUpdate.php
+++ b/ui/app/controllers/CControllerAuthenticationUpdate.php
@@ -397,6 +397,9 @@ class CControllerAuthenticationUpdate extends CController {
CMessageHelper::setErrorTitle(_('Cannot update authentication'));
}
}
+ else {
+ CMessageHelper::setSuccessTitle(_('Authentication settings updated'));
+ }
$this->setResponse($this->response);
}