Skip to content

Commit b0e59d8

Browse files
fix(iam): members links etc
1 parent 89930cd commit b0e59d8

File tree

7 files changed

+70
-44
lines changed

7 files changed

+70
-44
lines changed

macros/iam/login-member.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
macro: login-member
3+
---
4+
5+
If you were added to a Scaleway Organization as an [IAM members](/iam/concepts#members), the login process is different.
6+
7+
1. Open your web browser and go to the [Scaleway console](https://console.scaleway.com).
8+
2. Click the **Log in as an IAM Member**.
9+
3. Enter the Organization ID and click **Continue**
10+
4. Enter the username given to your by your Organization's Owner or administrator.
11+
5. Select an authentication method between **Send code** and **Enter password**.
12+
<Tabs id="create-account">
13+
<TabsTab label="Email code">
14+
1. Click **Send code** to receive a login code in your email.
15+
<Message type="important">
16+
When you are added to an Organization as a member, a Scaleway account is automatically created for you. The Organization administrator must provide a username and email for you to log in with.
17+
</Message>
18+
2. Enter the code you received in your email.
19+
<Message type="tip">
20+
If you did not receive the email you can follow these steps, in order:
21+
- Make sure you check your spam folder
22+
- Click **Resend email**
23+
- Contact your Organization administrator to make sure your information was correctly registered
24+
- If none of the actions above work, [contact the support](/account/how-to/open-a-support-ticket/#writing-an-effective-subject-and-description)
25+
</Message>
26+
</TabsTab>
27+
<TabsTab label="Password">
28+
1. Click **Enter password**.
29+
30+
</TabsTab>
31+
</Tabs>

menu/navigation.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@
343343
"label": "Invite a user to an Organization",
344344
"slug": "invite-user-to-orga"
345345
},
346+
{
347+
"label": "Log in as a member",
348+
"slug": "log-in-as-a-member"
349+
},
346350
{
347351
"label": "Accept an invitation to an Organization",
348352
"slug": "accept-invitation-to-orga"
@@ -351,6 +355,14 @@
351355
"label": "Manage users",
352356
"slug": "manage-users"
353357
},
358+
{
359+
"label": "Manage members",
360+
"slug": "manage-members"
361+
},
362+
{
363+
"label": "Enforce security requirements",
364+
"slug": "enforce-security-requirements-members"
365+
},
354366
{
355367
"label": "Create an application",
356368
"slug": "create-application"

pages/account/how-to/log-in-to-the-console.mdx

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,5 @@ Scaleway provides Single Sign-On (SSO) options for a seamless login experience.
4747

4848
## Log into the console as an IAM member
4949

50-
If you were added to a Scaleway Organization as an [IAM Member(), the login process is different.
50+
<Macro id="login-member" />
5151

52-
1. Open your web browser and go to the [Scaleway console](https://console.scaleway.com).
53-
2. Click the **Log in as an IAM Member**.
54-
3. Enter the Organization ID and click **Continue**
55-
4. Enter the username given to your by your Organization's Owner or administrator.
56-
5. Select an authentication method between **Send code** and **Enter password**.
57-
<Tabs id="create-account">
58-
<TabsTab label="Email code">
59-
1. Click **Send code** to receive a login code in your email.
60-
<Message type="important">
61-
When you are added to an Organization as a member, a Scaleway account is automatically created for you. The Organization administrator must provide a username and email for you to log in with.
62-
</Message>
63-
2. Enter the code you received in your email.
64-
<Message type="tip">
65-
If you did not receive the email you can follow these steps, in order:
66-
- Make sure you check your spam folder
67-
- Click **Resend email**
68-
- Contact your Organization administrator to make sure your information was correctly registered
69-
- If none of the actions above work, [contact the support](/account/how-to/open-a-support-ticket/#writing-an-effective-subject-and-description)
70-
</Message>
71-
</TabsTab>
72-
<TabsTab label="Password">
73-
1. Click **Enter password**.
74-
75-
</TabsTab>
76-
</Tabs>

pages/iam/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can also create non-human users in your Organization, called [IAM applicatio
6464

6565
## Member
6666

67-
You are a member when you are added to an Organization by an Owner or user with IAM Manager permissions. Members exist only within the specific Organizations in which they are created. As a member you are subject to [complying with the security requirements]() in effect in your Organization.
67+
You are a member when you are added to an Organization by an Owner or user with IAM Manager permissions. Members exist only within the specific Organizations in which they are created. As a member you are subject to [complying with the security requirements](/iam/how-to/log-in-as-a-member#how-to-comply-with-security-requirements) in effect in your Organization.
6868

6969
## Organization
7070

pages/iam/how-to/log-in-as-a-member.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,22 @@ dates:
1010
posted: 2025-06-02
1111
---
1212

13-
14-
If [Multifactor Authentication (MFA) is enforced](/organizations-and-projects/how-to/enforce-mfa) at the Organization level, when new members are added they receive a [grace period](/iam/concepts#grace-period) to [enable MFA](/account/how-to/use-2fa) for their accounts.
13+
This page contains the most important steps to successfully login as a member for the first time
1514

1615
## How to log in
1716

17+
<Macro id="login-member" />
18+
19+
### With password
20+
### With email code
21+
1822
## How to comply with security requirements
1923

24+
- talk about grace period and max attempts at login
25+
2026
1. Reset password
2127
2. Set up MFA
2228

2329
## Generate an API key
30+
31+

pages/iam/how-to/manage-members.mdx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The member is locked and their name is displayed in red and their status is mark
5454
If a member is locked you can unlock them anytime as an Owner or user with IAM Manager permissions. Their name is displayed in red and their status is marked as `Locked` in the IAM users list.
5555

5656
<Message type="important">
57-
If a member fails to [comply with security requirements]() by the end of the [grace period](/organizations-and-projects/concepts), they are automatically locked and are not able to connect to the Organization until they are manually unlocked.
57+
If a member fails to [comply with security requirements](/iam/how-to/log-in-as-a-member#how-to-comply-with-security-requirements) by the end of the [grace period](/organizations-and-projects/concepts), they are automatically locked and are not able to connect to the Organization until they are manually unlocked.
5858
</Message>
5959

6060
1. Click **Identity and Access Management (IAM)** on the top-right corner of your [Organization Dashboard](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays.
@@ -84,20 +84,6 @@ You can edit a member's username, email address and password.
8484

8585
The updated information appears in the credentials tab.
8686

87-
## How to disable a member's MFA
88-
89-
If [Multifactor Authentication (MFA) is enabled](/account/how-to/use-2fa) for a member you can disable it anytime. Disabling MFA is useful if the member lost access to their authentication app and needs to reset MFA.
90-
91-
1. Click **Identity and Access Management (IAM)** on the top-right corner of your [Organization Dashboard](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays.
92-
2. Click the name of the member you want to delete. Alternatively, click <Icon name="more" /> next to the member, and select **Overview**. Either way, you are taken to the user's **Overview** tab.
93-
3. Click the **Credentials** tab.
94-
4. Scroll to the **Disable multifactor authentication** section.
95-
5. Click **Disable MFA**. A pop-up appears
96-
<Message type="important">
97-
Keep in mind that disabling MFA means a member will no longer be required to sign in with MFA. If [MFA is enforced](/organizations-and-projects/how-to/enforce-mfa) at the Organization level, the member will have a grace period allowing them to enable it again.
98-
</Message>
99-
6. Type **DISABLE** in the box and click **Confirm**.
100-
10187
## How to enforce security requirements for a member
10288

10389

pages/organizations-and-projects/how-to/enforce-security-requirements-members.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ For the increased security of your Organization, you can enforce different secur
2323
- A Scaleway account logged into the [console](https://console.scaleway.com)
2424
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2525

26+
## How to disable a member's MFA
27+
28+
If [Multifactor Authentication (MFA) is enabled](/account/how-to/use-2fa) for a member you can disable it anytime. Disabling MFA is useful if the member lost access to their authentication app and needs to reset MFA.
29+
30+
1. Click **Identity and Access Management (IAM)** on the top-right corner of your [Organization Dashboard](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays.
31+
2. Click the name of the member you want to delete. Alternatively, click <Icon name="more" /> next to the member, and select **Overview**. Either way, you are taken to the user's **Overview** tab.
32+
3. Click the **Credentials** tab.
33+
4. Scroll to the **Disable multifactor authentication** section.
34+
5. Click **Disable MFA**. A pop-up appears
35+
<Message type="important">
36+
Keep in mind that disabling MFA means a member will no longer be required to sign in with MFA. If [MFA is enforced](/organizations-and-projects/how-to/enforce-mfa) at the Organization level, the member will have a grace period allowing them to enable it again.
37+
</Message>
38+
6. Type **DISABLE** in the box and click **Confirm**.
39+
2640
## How to enforce password renewal
2741

2842
1. Click the **Security** tab of the [Organization Dashboard](https://console.scaleway.com/organization).

0 commit comments

Comments
 (0)