Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions pages/account/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ A magic link provides quick and secure access to your account without the hassle

Multifactor authentication (MFA) is any form of verification that requires two factors to authenticate to a device you wish to connect to. Scaleway supports MFA for Cloud accounts in the form of a security code that you use in addition to your [password](#password) when you log in. You can receive the code via SMS or an authenticator app on your smartphone. Enabling MFA adds an additional layer of security against unauthorized access to your account.

## Organization Quotas

Every [Organization](/organizations-and-projects/concepts/#organization) has quotas, which are limits on the number of Scaleway resources they can use. Quotas are per product (e.g. Instances) and product type (e.g. GP1-L Instance). Quotas are designed to prevent abuse, and can be viewed on the [Organization dashboard](https://console.scaleway.com/organization/settings) of the console.

## Password

A password is a string of characters associated to your account's email address that allows you to access the [Scaleway console](https://console.scaleway.com/). It is personal and must not be shared with anyone. Alternatively, you can use a [magic link](#magic-link) to authenticate yourself.
Expand Down
2 changes: 1 addition & 1 deletion pages/account/how-to/resolve-abuse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Take actions to resolve abuse issues in Scaleway.
tags: resolve abuse complaint ticket scaleway
dates:
validation: 2024-08-28
validation: 2025-03-03
posted: 2024-02-19
categories:
- account
Expand Down
8 changes: 4 additions & 4 deletions pages/billing/how-to/add-billing-contact.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to add a billing contact in the Scaleway console.
tags: billing payment contact
dates:
validation: 2024-08-19
validation: 2025-03-03
posted: 2024-02-16
categories:
- billing
Expand All @@ -24,9 +24,9 @@ categories:
<Message type="tip">
Alternatively, you can reach the [billing page](https://console.scaleway.com/billing/overview) from your [Organization Dashboard](https://console.scaleway.com/organization) by clicking **Go to Billing** above the **Current consumption** area.
</Message>
2. Click **Payment and billing** and scroll down to find **Billing contacts**.
3. Click <Icon name="edit" /> in the **Billing contacts** area. A pop-up displays.
4. Enter the new billing contact email address and click **Save** to validate.
2. Click **Payment and billing** and scroll down to find **Billing contact**.
3. Enter the email of the new billing contact in the box.
4. Click **Save** to validate.

<Message type="important">
The billing contact is only an administrative contact and cannot connect to the Scaleway console.
Expand Down
2 changes: 1 addition & 1 deletion pages/billing/how-to/download-an-invoice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Guide to downloading invoices from the Scaleway console.
tags: billing payment invoice download
dates:
validation: 2024-08-27
validation: 2025-03-03
posted: 2024-02-23
categories:
- billing
Expand Down
4 changes: 1 addition & 3 deletions pages/billing/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Quickstart guide to setting up and managing billing in Scaleway.
tags: billing payment
dates:
validation: 2024-08-27
validation: 2025-03-03
posted: 2024-02-20
categories:
- billing
Expand All @@ -18,7 +18,6 @@ categories:
Follow this guided tour to discover how to use the Billing Space.
<GuideFlow src="https://app.guideflow.com/embed/6kwqgvot1k"/>


Before you can order Scaleway resources, you must add your payment method to your account.
<Macro id="requirements" />

Expand Down Expand Up @@ -49,7 +48,6 @@ You can choose between two payment methods: **credit card** or **SEPA mandate**.
<Lightbox src="scaleway-bank-statement.webp" alt="Screenshot of a bank account statement. Under the transactions section, an entry called SCW*C-6569E-COMMERCE displays. The validation code is represented by the number sequence" />
</Message>


<Message type="important">
You have up to 10 days to enter your validation code in the console. This helps us secure your account.
</Message>
Expand Down
3 changes: 3 additions & 0 deletions pages/organizations-and-projects/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ An SSH key (**S**ecure **Sh**ell key) allows passwordless connection to an [Inst

The public key is kept in your Scaleway account and transferred to the Instance during the boot process, while the identification key is kept securely on your local computer. When connecting to the Instance via SSH, a trusted connection to the machine is established using the key pair.

## Quotas

Every [Organization](/organizations-and-projects/concepts/#organization) has quotas, which are limits on the number of Scaleway resources they can use. Quotas are per product (e.g. Instances) and product type (e.g. GP1-L Instance). Quotas are designed to prevent abuse, and can be viewed on the [Organization dashboard](https://console.scaleway.com/organization/settings) of the console and in the [Understanding quotas](/organizations-and-projects/additional-content/organization-quotas) documentation page.