Change text of relogin when change permissions when login with AD

This commit is contained in:
m-lopez-f 2015-08-06 13:41:10 +02:00
parent 1de7476d09
commit a6b6fe4c30
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ function process_user_login_remote ($login, $pass, $api = false) {
else
{
if ($return === "permissions_changed") {
$config["auth_error"] = __("Please your permmission has change. Login Again");
$config["auth_error"] = __("Your permmission have been change. Please, login again");
return false;
}
}