mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Change text of relogin when change permissions when login with AD
This commit is contained in:
parent
1de7476d09
commit
a6b6fe4c30
@ -241,7 +241,7 @@ function process_user_login_remote ($login, $pass, $api = false) {
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ($return === "permissions_changed") {
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user