# User Login To login, click the **User Login** button in the upper-right corner of the application. Doing so will open up the **User Login Dialog**. ![User Login Dialog](../../_images/user-login.png) ```{eval-rst} .. tabularcolumns:: |>{\RaggedRight}m{0.1\linewidth} |>{\RaggedRight}m{0.2\linewidth} |>{\RaggedRight}m{0.65\linewidth} | ``` :::{table} User Login UI Elements :class: longtable :widths: 10 20 40 | Number | Element | Description | | ------ | -------------------------- | ----------------------------------------------------------------------------------------------------- | | 1 | **Email Input** | Enter user email here | | 2 | **Password Input** | Enter user password here | | 3 | **Forgot Password Link** | Send out password reset link to user email | | 4 | **Cancel** | Cancel log in attempt | | 5 | **Log in** | Attempt Login. A notification will appear indicating whether the login was successful or if it failed | | 6 | **Sign up for an account** | Create a new account with an email and password | ::: ## User Info Once a user is logged in, clicking the user email in the upper-right corner of the application will open the **User Info Dialog**. The user will stay logged-in during subsequent launches of the application until they explicitly logout. ![User Info Dialog](../../_images/user-info.png) ```{eval-rst} .. tabularcolumns:: |>{\RaggedRight}m{0.1\linewidth} |>{\RaggedRight}m{0.2\linewidth} |>{\RaggedRight}m{0.65\linewidth} | ``` :::{table} User Info UI Elements :class: longtable :widths: 10 20 40 | Number | Element | Description | | ------ | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | 1 | **User Email** | Email of the user currently logged in. | | 2 | **Organization** | Name of the organization the user belongs to and the organization's license expiration date. *Accept* and *Reject* buttons will be available here if you have a pending invitation to join this organization | | 3 | **Organization Settings** | (Admin-only) Click this gear to navigate to [Organization Settings](./settings.md#organization-settings). From this page you can manage the members of your organization as well as redeem new licenses. | | 4 | **Logout** | Log out the currently logged-in user. | ::: :::{tip} If a user recently purchased a license for their organization and the license is not showing up in the **User Info Dialog**, that user can log out and log back in to refresh the license to the newly-purchased one. ::: ```{eval-rst} .. raw:: latex \newpage ```