Skip to content

Commit 217bd34

Browse files
ldecarvalho-docSamyOubouaziz
authored andcommitted
fix(acc): update new settings menu (#5370)
1 parent 96be62b commit 217bd34

15 files changed

+62
-77
lines changed

pages/account/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Multiple instances of abuse from the same offending resource for the same reason
1414

1515
## Active session
1616

17-
An active session begins when a computer or device signs into your account. To connect you to your account, Scaleway uses JSON Web Tokens (JWT). JWT allows secure transmission of information between parties through tokens. These parties can be users, servers, or any other combination of services. In the case of Scaleway, when a user connects to their account (e.g. via an email address and password), we generate a token, associate it with the session and send it to the user. The token is composed of a header, a payload, and a signature. You can see the list of your active sessions in the [Scaleway console](https://console.scaleway.com/account/user/profile), to get an overview of all devices that are signed in and recently active on your account.
17+
An active session begins when a computer or device signs into your account. To connect you to your account, Scaleway uses JSON Web Tokens (JWT). JWT allows secure transmission of information between parties through tokens. These parties can be users, servers, or any other combination of services. In the case of Scaleway, when a user connects to their account (e.g. via an email address and password), we generate a token, associate it with the session and send it to the user. The token is composed of a header, a payload, and a signature. You can see the list of your active sessions in the [Scaleway console](https://console.scaleway.com/settings/account/security), to get an overview of all devices that are signed in and recently active on your account.
1818

1919
## Console
2020

pages/account/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Refer to the [How to delete your account and personal data](/account/how-to/clos
5050
</Message>
5151

5252
### Where can I find my Organization ID?
53-
You can find your Organization ID by accessing the [Settings](https://console.scaleway.com/organization/settings) page of your Organization dashboard.
53+
You can find your Organization ID by accessing the [Settings](https://console.scaleway.com/settings/organization/information) page of your Organization.
5454

5555
You can also click the **Copy ID** button next to the Organization name to do so.
5656

5757
### How do I change my email address?
5858
To change your email address:
5959

60-
1. On the [Scaleway console](https://console.scaleway.com), go to your [profile](https://console.scaleway.com/account/profile).
60+
1. Access your account's [Profile Settings](https://console.scaleway.com/settings/account/profile).
6161
2. Under the section **User information**, click **Edit profile**.
6262
3. Enter a new address under **Email address**, then click **Confirm changes** to save your modification.
6363
4. Confirm your new email address by clicking the link sent to your inbox.

pages/account/how-to/change-console-appearance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can choose the color scheme of the [Scaleway console](/account/concepts/#con
2020
- A Scaleway account logged into the [console](https://console.scaleway.com)
2121
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2222

23-
1. Access the [My Profile](https://console.scaleway.com/account/profile) tab of your **User Account** page.
23+
1. Access your account's [Profile Settings](https://console.scaleway.com/settings/account/profile).
2424
2. Scroll to the **Appearance** section and select the color scheme for your Scaleway console. You can choose from four color scheme options:
2525
* Light
2626
* Dark

pages/account/how-to/change-language.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can choose which language you would like to view the [Scaleway console](/acc
1616
- A [Scaleway account](https://console.scaleway.com)
1717

1818
1. Log into the [Scaleway console](https://console.scaleway.com).
19-
2. Access the [My Profile](https://console.scaleway.com/account/profile) tab of your **User Account** page.
19+
2. Access your account's [Profile Settings](https://console.scaleway.com/settings/account/profile).
2020
3. Click the **Edit profile** button, in the **User information** section. A pop-up displays.
2121
4. Select your preferred language from the drop-down list, then click **Confirm changes**.
2222

pages/account/how-to/change-password.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ This page shows you how to change your [Scaleway account](https://console.scalew
1515

1616
- A Scaleway account logged into the [console](https://console.scaleway.com)
1717

18-
1. Click your profile icon and name on the top-right navigation menu to go to the [User Account](https://console.scaleway.com/account/security) page.
19-
2. Click the **My Security** tab.
20-
3. Scroll down to the **Change password** section and click the **Change password** button. A pop-up appears.
21-
4. Enter your current password and your new password in the corresponding boxes.
18+
1. Go to your account's [Security](https://console.scaleway.com/settings/account/security) page.
19+
2. Scroll down to the **Change password** section and click the **Change password** button. A pop-up appears.
20+
3. Enter your current password and your new password in the corresponding boxes.
2221
If you prefer, you can click the magic wand icon to autogenerate a strong password.
23-
5. Click **Update password** to confirm the changes.
22+
4. Click **Update password** to confirm the changes.
2423

2524
Your password is now updated.
2625

pages/account/how-to/close-account.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ Closing your account will permanently delete your Organization’s servers, reso
3131
</Message>
3232

3333

34-
1. Access the [Settings](https://console.scaleway.com/organization/settings) tab of your Organization dashboard.
35-
<Message type="note">
36-
Alternatively, click your profile icon and name on the top-right navigation menu to go to the [User Account](https://console.scaleway.com/account/profile) page.
37-
</Message>
34+
1. Access your Organization [Settings](https://console.scaleway.com/settings/organization/information).
3835
2. Scroll down to the **Close account** section.
3936
3. Click the **Close account** button.
4037
4. Type **Close**, then click **Continue closing** to confirm your decision, once you have read and agreed with the deletion terms.

pages/account/how-to/configure-support-plans.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ The default support plan for an Organization is the **Basic** plan, but it can b
2222
Refer to the [Understanding support plans](/account/reference-content/understanding-support-plans) documentation page to learn more about each available plan.
2323
</Message>
2424

25-
1. Scroll to the **Support plan** section in your Organization dashboard.
26-
<Message type="note">
27-
Alternatively, click the question mark icon on the top menu to go directly to the console Help Center.
28-
</Message>
29-
2. Click **Upgrade plan**. You are redirected to the **Support plans** tab of the console Help Center.
25+
1. Access your Organization [Settings](https://console.scaleway.com/settings/organization/information).
26+
2. Scroll to the **My support** section.
3027
<Lightbox image={image} alt="" />
31-
3. Click **Select** to select a plan.
28+
3. Click **Select** to select a new plan.
3229

3330
A pop-up displays a disclaimer message informing you that:
3431

pages/account/how-to/manage-my-personal-data-gdpr.mdx

Lines changed: 26 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,43 +19,39 @@ Scaleway makes it easy for you to manage your personal data and privacy via the
1919

2020
## How to access your personal data
2121

22-
1. Click your profile icon and name on the top-right navigation menu to go to the [User Account](https://console.scaleway.com/account/privacy) page.
23-
2. Click the **My Privacy** tab.
24-
3. Scroll to the **Access your personal data** panel.
25-
4. Check the first box to obtain information about your personal data processed by scaleway.
26-
5. Check the second box to obtain a copy of your personal data processed by Scaleway.
27-
6. Check the box marked **I certify that I have the necessary rights to make this request**.
28-
7. Click **Send request**.
22+
1. Access your account's [Privacy Settings](https://console.scaleway.com/settings/account/privacy).
23+
2. Scroll to the **Access your personal data** panel.
24+
3. Check the first box to obtain information about your personal data processed by Scaleway.
25+
4. Check the second box to obtain a copy of your personal data processed by Scaleway.
26+
5. Check the box marked **I certify that I have the necessary rights to make this request**.
27+
6. Click **Send request**.
2928

3029
## How to rectify your personal data
3130

32-
1. Click your profile icon and name on the top-right navigation menu to go to the [User Account](https://console.scaleway.com/account/privacy) page.
33-
2. Click the **My Privacy** tab.
34-
3. Scroll to the **Rectify your personal data** panel.
35-
4. Click the **User Profile** link.
36-
5. In the **User Information** panel, click **Edit Profile**.
37-
6. Edit your first name, last name, email address, and preferred language as required.
38-
7. Click **Confirm changes**.
31+
1. Access your account's [Privacy Settings](https://console.scaleway.com/settings/account/privacy).
32+
2. Scroll to the **Rectify your personal data** panel.
33+
3. Click the **User Profile** link.
34+
4. In the **User Information** panel, click **Edit Profile**.
35+
5. Edit your first name, last name, email address, and preferred language as required.
36+
6. Click **Confirm changes**.
3937

4038
## How to exercise your right to data portability
4139

4240
In exercising your right to data portability, you have the right to have your personal data transmitted directly elsewhere, where technically feasible.
4341

44-
1. Click your profile icon and name on the top-right navigation menu to go to the [User Account](https://console.scaleway.com/account/privacy) page.
45-
2. Click the **My Privacy** tab.
46-
3. Scroll to the **Exercise your right to data portability** panel.
47-
4. Check the box marked **I certify that I have the necessary rights to make this request**.
48-
5. Click **Send your request**.
42+
1. Access your account's [Privacy Settings](https://console.scaleway.com/settings/account/privacy).
43+
2. Scroll to the **Exercise your right to data portability** panel.
44+
3. Check the box marked **I certify that I have the necessary rights to make this request**.
45+
4. Click **Send your request**.
4946

5047
## How to request to limit the processing of your personal data
5148

52-
1. Click your profile icon and name on the top-right navigation menu to go to the [User Account](https://console.scaleway.com/account/privacy) page.
53-
2. Click the **My Privacy** tab.
54-
3. Scroll to the **Manage the use of your personal data** panel.
55-
4. Under **Limit the processing of my personal data**, check the box that best describes the nature of your request.
56-
5. Use the text box to provide any further relevant information.
57-
6. Check the box marked **I certify that I have the necessary rights to make this request**.
58-
7. Click **Send request**.
49+
1. Access your account's [Privacy Settings](https://console.scaleway.com/settings/account/privacy).
50+
2. Scroll to the **Manage the use of your personal data** panel.
51+
3. Under **Limit the processing of my personal data**, check the box that best describes the nature of your request.
52+
4. Use the text box to provide any further relevant information.
53+
5. Check the box marked **I certify that I have the necessary rights to make this request**.
54+
6. Click **Send request**.
5955

6056
## How to erase your account and personal data
6157

@@ -78,10 +74,9 @@ Erasing your account and personal data will permanently delete your Organization
7874
Before requesting your personal data be deleted, ensure all your invoices are paid, and no resources are running. **Your request to erase your account will fail if you have unpaid consumption.**
7975
</Message>
8076

81-
1. Click your profile icon and name on the top-right navigation menu to go to the [User Account](https://console.scaleway.com/account/privacy) page.
82-
2. Click the **My Privacy** tab.
83-
3. Scroll down to the **Erase my personal data** panel.
84-
4. Click the **Send request** button once you have read and agreed with the warning message.
85-
5. Type **Erase**, then click **Send request** to confirm your decision.
77+
1. Access your account's [Privacy Settings](https://console.scaleway.com/settings/account/privacy).
78+
2. Scroll down to the **Erase my personal data** panel.
79+
3. Click the **Send request** button once you have read and agreed with the warning message.
80+
4. Type **Erase**, then click **Send request** to confirm your decision.
8681

8782
A message appears to confirm that your account and personal data will be erased soon. The process can take up to 72 hours.

pages/account/how-to/use-2fa.mdx

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,15 @@ Download the app of your choice and install it onto your smartphone.
2828

2929
## How to enable MFA
3030

31-
1. Click your profile icon and name on the top-right navigation menu to go to the [User Account](https://console.scaleway.com/account/security) page.
32-
2. Click the **My security** tab.
31+
1. Go to your account's [Security](https://console.scaleway.com/settings/account/security) page.
3332
<Message type="important">
3433
If you are logged in as an [IAM Member](/iam/concepts/#member), click **Credentials** in your user overview page and scroll down to the **Multifactor authentication** section.
3534
</Message>
36-
3. Click **Enable MFA**, in the **Multifactor authentication** section. A pop-up displays.
37-
4. Enter the code shown on the pop-up into your MFA app, or scan the QR code into your app.
35+
2. Click **Enable MFA**, in the **Multifactor authentication** section. A pop-up displays.
36+
3. Enter the code shown on the pop-up into your MFA app, or scan the QR code into your app.
3837
Your app sets up MFA for your Scaleway account and displays a 6-digit code.
39-
5. Enter the 6-digit authentication code given by your app into the pop-up box, then click **Submit**. A pop-up displays.
40-
6. Download or copy the backup codes shown, and save them in a safe place. These codes will be the only way to regain access to your account without your MFA app.
38+
4. Enter the 6-digit authentication code given by your app into the pop-up box, then click **Submit**. A pop-up displays.
39+
5. Download or copy the backup codes shown, and save them in a safe place. These codes will be the only way to regain access to your account without your MFA app.
4140

4241
MFA is now enabled on your account.
4342

@@ -57,24 +56,22 @@ If you no longer have access to the device in which you set up your MFA, you can
5756
If you have lost access to your account and are not able to log in, follow the [Cannot log into my account](/account/troubleshooting/cannot-log-into-my-account/) troubleshooting procedure.
5857
</Message>
5958

60-
1. Click your profile icon and name on the top-right navigation menu to go to the [User Account](https://console.scaleway.com/account/security) page.
61-
2. Click the **My security** tab.
62-
3. Click **Update MFA**, in the **Multifactor authentication** section. A pop-up displays.
63-
4. Enter the code shown on the pop-up into your MFA app, or scan the QR code into your app.
59+
1. Go to your account's [Security](https://console.scaleway.com/settings/account/security) page.
60+
2. Click **Update MFA**, in the **Multifactor authentication** section. A pop-up displays.
61+
3. Enter the code shown on the pop-up into your MFA app, or scan the QR code into your app.
6462
Your app sets up MFA for your Scaleway account and displays a 6-digit code.
65-
5. Enter the 6-digit code given by your app into the pop-up box, and click **Submit**. A pop-up displays.
66-
6. Download or copy the backup codes shown, and save them in a safe place. These codes will be the only way to regain access to your account without your MFA app.
63+
4. Enter the 6-digit code given by your app into the pop-up box, and click **Submit**. A pop-up displays.
64+
5. Download or copy the backup codes shown, and save them in a safe place. These codes will be the only way to regain access to your account without your MFA app.
6765

6866
## How to disable MFA
6967

7068
<Message type="important">
7169
You cannot disable MFA if you are a Member of one or more Organizations where MFA is enforced. If you wish to disable MFA, you must first leave these Organizations. If you do not know which of your Organizations enforce MFA, follow the procedure below until step 3. The Organizations will be listed in the **Disable MFA** pop-up.
7270
</Message>
7371

74-
1. Click your profile icon and name on the top-right navigation menu to go to the [User Account](https://console.scaleway.com/account/security) page.
75-
2. Click the **My security** tab.
76-
3. Click **Disable MFA**, in the **Multifactor authentication** section. A pop-up displays.
77-
4. Type **DISABLE** in the box to confirm, then click **Disable**.
72+
1. Go to your account's [Security](https://console.scaleway.com/settings/account/security) page.
73+
2. Click **Disable MFA**, in the **Multifactor authentication** section. A pop-up displays.
74+
3. Type **DISABLE** in the box to confirm, then click **Disable**.
7875

7976
MFA is now disabled on your account.
8077

pages/account/how-to/verify-identity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Verifying your identity allows you to [unlock resource quotas](/organizations-an
1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- A valid payment method linked to your account
2121

22-
1. Click **Add ID document** under **(Optional) Verify my ID document** on the [Organization dashboard](https://console.scaleway.com/organization/). You can also verify your identity from the [Settings tab](https://console.scaleway.com/organization/settings) of your Organization dashboard.
22+
1. Click **Add ID document** under **(Optional) Verify my ID document** on the [Organization dashboard](https://console.scaleway.com/organization/). You can also verify your identity on your Organization [Settings](https://console.scaleway.com/settings/organization/information) page.
2323
<Lightbox image={image} alt="" />
2424
2. Click **Start** to proceed.
2525
<Lightbox image={image2} alt="" />

0 commit comments

Comments
 (0)