Skip to content
Open
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
12 changes: 10 additions & 2 deletions en/asgardeo/docs/get-started/create-asgardeo-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,24 @@

You can also use one of the social login methods to create your account.


Check failure on line 21 in en/asgardeo/docs/get-started/create-asgardeo-account.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

en/asgardeo/docs/get-started/create-asgardeo-account.md:21 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
!!! tip "Access the Asgardeo Console"

As an organization owner, or an administrator, you can manage all organizations, applications and users that you create using the Asgardeo Console. You can access the console using the following link.

As an organization owner, or an administrator, you can manage all organizations, applications and users that you create using the Asgardeo Console. You can access the console using the following links.

Asgardeo - US
```curl

https://console.asgardeo.io/

```

Asgardeo - EU
```curl

https://console.eu.asgardeo.io/

```
Comment on lines +24 to +38
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WDYT about this (ai generated) version? it seems more polished than the current version IMO. URLs are not bash commands to wrap in backticks

Suggested change
As an organization owner, or an administrator, you can manage all organizations, applications and users that you create using the Asgardeo Console. You can access the console using the following links.
Asgardeo - US
```curl
https://console.asgardeo.io/
```
Asgardeo - EU
```curl
https://console.eu.asgardeo.io/
```
As an organization owner or administrator, you can manage your organizations, applications, and users through the Asgardeo Console. Make sure to use the appropriate console URL based on the chosen region during registration.
- US Region: https://console.asgardeo.io/
- EU Region: https://console.eu.asgardeo.io/


## Create a user

Expand All @@ -41,7 +49,7 @@

4. Select **Set a password for the user** and enter a temporary password for the user. The user will be able to change the password later.

6. Click **Next** and **Finish**.

Check failure on line 52 in en/asgardeo/docs/get-started/create-asgardeo-account.md

View workflow job for this annotation

GitHub Actions / lint

Ordered list item prefix

en/asgardeo/docs/get-started/create-asgardeo-account.md:52:1 MD029/ol-prefix Ordered list item prefix [Expected: 5; Actual: 6; Style: 1/2/3] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md029.md

You can now manage this user account from the Asgardeo Console.

Expand All @@ -49,7 +57,7 @@

Users can also manage their own accounts from the Asgardeo self-service portal. Learn more about [user self-service]({{base_path}}/guides/user-self-service/).


Check failure on line 60 in en/asgardeo/docs/get-started/create-asgardeo-account.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

en/asgardeo/docs/get-started/create-asgardeo-account.md:60 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
## What's next?

Now that you've set up your own organization and created your first user, you can:
Expand All @@ -57,3 +65,3 @@
1. Use a test application to quickly try out Asgardeo. See [Try login with Asgardeo]({{base_path}}/get-started/try-it-application/).
2. Set up Asgardeo in your application or in a sample application. See [Start integrating Asgardeo into applications]({{base_path}}/get-started/start-integrating-apps/).

Loading