/** * Allows the user to enter a new password, it needs to be confirmed by entering the old password * * @return void */ public function change_password() { $this->layout = 'Dashboard.user'; parent::change_password(); }