Change text of relogin when change permissions when login with AD

(cherry picked from commit a6b6fe4c30)
This commit is contained in:
m-lopez-f 2015-08-06 13:41:10 +02:00
parent ffc3db41e6
commit 911d474f7e
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;
}
}