Fix password update in session (#2430)

This commit is contained in:
Maxime Besson 2021-01-04 21:16:03 +01:00
parent 85e9d4e400
commit 5ed0677d35
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ sub _modifyPassword {
$req,
{
_passwordDB => $self->p->getModule( $req, 'password' ),
_password => $req->{newpassword}
_password => $req->data->{newpassword}
}
);
}