Skip to content

Commit 75d7b39

Browse files
feat(iam): message box
1 parent 595cb5f commit 75d7b39

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,10 @@
600600
"label": "Manage Organization quotas",
601601
"slug": "manage-quotas"
602602
},
603+
{
604+
"label": "Set an Organization alias",
605+
"slug": "set-organization-alias"
606+
},
603607
{
604608
"label": "Create a Project",
605609
"slug": "create-a-project"

pages/organizations-and-projects/how-to/set-organization-alias.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@ dates:
99

1010
An alias is a string of characters used to identify the Organization during member login. Aliases can be used as an alternative to the Organization ID to make memorization and access easier for members.
1111

12-
<Message type="note">
12+
<Message type="important">
1313
Keep in mind that:
1414
- An alias must contain between 2 and 32 characters
1515
- Aliases must be composed of lower case letters from A to Z and cannot include accents or digits
1616
- Each alias is unique value at Scaleway, meaning that no two Organizations can have the same alias
1717
- Currently, any update to your alias must be made via [support ticket](https://console.scaleway.com/support).
1818
</Message>
1919

20-
21-
This will also affect the URL! Examples after 1st member login step:
22-
- I have no alias => account.scaleway.com
23-
- I have "dundermifflin" as my org alias => dundermifflin.account.scaleway.com
24-
2520
1. Go to the [Organization settings page](https://console.scaleway.com/settings/organization/information).
2621
2. Click **Add** under **Organization alias** in the **Organization Information** section. A pop-up displays.
2722
3. Enter an alias in the designated box.

0 commit comments

Comments
 (0)