if params[:account_iban].present?
      new_user.profile_fields.create(
        type: "ProfileFields::BankAccount", label: "Konto",
        account_holder: params[:account_holder], iban: params[:account_iban], bic: params[:account_bic]
      )