$_SESSION["auth"]["lastname"], "firstname"=>$_SESSION["auth"]["firstname"], "email"=>$_SESSION["auth"]["email"]); } public function changepassword ($oldpassword, $newpassword) { throw new Exception (_("The password can't be change for SESSION users"), 405); } }