if (!$isOwner) {
                    $entered_password = $fields['confirm-change-password'];

                    if (!isset($fields['confirm-change-password']) || empty($fields['confirm-change-password'])) {
                        $this->_errors['confirm-change-password'] = __('Please provide your own password to make changes to this author.');