Fix: amélioration des droits
This commit is contained in:
parent
0d63adca91
commit
5a6d9f74ad
@ -251,7 +251,7 @@ if ($_POST["action"] == 'update' && ($caneditperms || $caneditselfperms))
|
|||||||
|
|
||||||
// Action modif mot de passe
|
// Action modif mot de passe
|
||||||
if ((($_POST["action"] == 'confirm_password' && $_POST["confirm"] == 'yes')
|
if ((($_POST["action"] == 'confirm_password' && $_POST["confirm"] == 'yes')
|
||||||
|| $_GET["action"] == 'confirm_passwordsend') && ($caneditperms || $caneditpassword)
|
|| $_GET["action"] == 'confirm_passwordsend') && ($caneditperms || $caneditpassword))
|
||||||
{
|
{
|
||||||
$edituser = new User($db, $_GET["id"]);
|
$edituser = new User($db, $_GET["id"]);
|
||||||
$edituser->fetch();
|
$edituser->fetch();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user