Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa: Update Account portal #252

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
updates
  • Loading branch information
rideam committed Jan 26, 2025
commit 2259c41acab78256ac4c59a75b97ba735956b21c
6 changes: 2 additions & 4 deletions astro/src/content/docs/_shared/_account-portal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ You can also modify an existing user's roles.

![Edit a user.](/img/docs/get-started/download-and-install/users-edit.png)


Users can have zero or more roles.
Each role controls access to functionality within the portal.

Expand Down Expand Up @@ -119,14 +118,13 @@ You can update current payment settings, including:
* the tax identifier on the invoice
* the email address to which invoices are sent

<img src="/img/docs/get-started/download-and-install/billing-update-detail.png" alt="The payment method details section of the billing tab." width="1200" role="bottom-cropped" />
![The payment method details section of the billing tab.](/img/docs/get-started/download-and-install/billing-update-detail.png)

You can view past invoices.
This can be useful when accounting is curious about a past bill.
No more filing a support ticket to see the invoice from six months ago!

<img src="/img/docs/get-started/download-and-install/billing-view-invoices.png" alt="The invoices section of the billing tab." width="1200" role="bottom-cropped" />

![The invoices section of the billing tab.](/img/docs/get-started/download-and-install/billing-view-invoices.png)

### Company

Expand Down
22 changes: 11 additions & 11 deletions astro/src/content/docs/get-started/_account-sections-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ You can control all aspects by logging into the <a href="https://account.fusiona

Your account portal contains the following areas:

* <strong>Home</strong> - displays the dashboard, giving you an overview of everything in your account.
* <strong>Plan</strong> - select or modify the account's FusionAuth plan (also known as an edition). More details on the [plan differences here](/pricing). This is also where you will find your license keys when you are not using the Community plan.
* <strong>Hosting</strong> - configure and manage FusionAuth Cloud deployments. { props.learnMore && <a href="/docs/get-started/run-in-the-cloud/cloud">Learn more about deployments.</a> }
* <strong>Users</strong> - add and remove users from the account portal. Any user added may have one of many roles.
* <strong>Billing</strong> - add or update your billing information.
* <strong>Company</strong> - add or update your company information.
* <strong>Early access</strong> - access pre-release FusionAuth builds.
* <strong>Support</strong> - learn more about support options or open a support ticket. [Learn more about technical support](/docs/operate/troubleshooting/technical-support).
* <strong>Account</strong> - manage your user account, including adding MFA or changing your password.
* <strong>Logout</strong> - logs you out of the application.
* **Home** - displays the dashboard, giving you an overview of everything in your account.
* **Plan** - select or modify the account's FusionAuth plan (also known as an edition). More details on the [plan differences here](/pricing). This is also where you will find your license keys when you are not using the Community plan.
* **Hosting** - configure and manage FusionAuth Cloud deployments. { props.learnMore && <a href="/docs/get-started/run-in-the-cloud/cloud">Learn more about deployments.</a> }
* **Users** - add and remove users from the account portal. Any user added may have one of many roles.
* **Billing** - add or update your billing information.
* **Company** - add or update your company information.
* **Early access** - access pre-release FusionAuth builds.
* **Support** - learn more about support options or open a support ticket. [Learn more about technical support](/docs/operate/troubleshooting/technical-support).
* **Account** - manage your user account, including adding MFA or changing your password.
* **Logout** - logs you out of the application.

<img src="/img/docs/get-started/download-and-install/home-tab.png" alt="The dashboard of the FusionAuth Cloud account application." width="1200" role="bottom-cropped" />
![The dashboard of the FusionAuth Cloud account application.](/img/docs/get-started/download-and-install/home-tab.png)

Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
You can register for a free portal user account.
Register by going to [the account portal](https://account.fusionauth.io/).

<img src="/img/docs/get-started/download-and-install/login-screen.png" alt="Log in to your account" width="1200" />
![Log in to your account](/img/docs/get-started/download-and-install/login-screen.png)

If you do not have an account, follow the "Create one" link. On the registration form, you'll be prompted to enter your details such as your name, company, email and password.

<img src="/img/docs/get-started/download-and-install/registration-first-screen.png" alt="Registering for an account." width="1200" />
![Registering for an account.](/img/docs/get-started/download-and-install/registration-first-screen.png)


After you register, you'll be taken to the <strong>Home</strong> tab.
After you register, you'll be taken to the **Home** tab.

{
props.incloudinstall === "true" ?
"You can choose a plan, price out a deployment, or add your billing information. You'll need to provide that before you can create a deployment. However, you can fully price out a deployment before entering billing information." :
"You can choose a plan, price out a deployment, or add your billing information. You'll need to provide that before you can create a deployment or get a paid license. However, you can fully price everything before entering billing information."
}

<img src="/img/docs/get-started/download-and-install/home-tab.png" alt="The home tab." width="1200" role="bottom-cropped" />
![The home tab.](/img/docs/get-started/download-and-install/home-tab.png)

You can navigate away from the <strong>Home</strong> tab and explore other areas of the account portal.
You can navigate away from the **Home** tab and explore other areas of the account portal.
For example, you can add other users, update your information, or change your company name.

If you'd prefer to be invoiced rather than provide credit card details, [contact us](/contact).
Expand Down
Loading