Skip to content
Merged
Show file tree
Hide file tree
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
20 changes: 13 additions & 7 deletions docs/core-concepts/account/settings.mdx
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
---
title: Profile
title: Profile settings
---

Your account settings offer the ability to adjust your profile details, password, theme preferences, and email notification settings. Additionally, you can access a comprehensive list of all activities across workspaces.

Access your account settings from the side-navigation bar by clicking on your name/profile picture and selecting "Settings".
Access your account settings from the side-navigation bar by clicking on your name/profile picture and selecting **Settings**.

![Profile dropdown](https://media.docs.plane.so/account/account-profile-dropdown.webp#center)
## Profile settings
## Profile

Your profile includes details about you, primarily your name and display name, which are visible to others, especially in the assignee or creator sections of issues and other entities. You can update this information here.

Additionally, you have the option to deactivate your account, which removes you from all the workspaces you are associated with. However, please note that deactivating your account will not delete the issues or any other entities created by you.

## Preferences
### Timezone and language

You can customize how Plane looks or adjust the frequency of emails you receive from us via your preferences.
You can now customize your timezone and language preferences.

### Theme
![Timezone and language](https://media.docs.plane.so/account/timezone-and-language.webp#center)

The timezone setting controls how times are displayed across the platform, including notifications, activity logs, start and end dates, etc.

Currently, we support English, French, Spanish, and Japanese, with more languages coming soon.

## Appearance

By default, the theme on Plane is light. You have the option to synchronize it with your system's preference, select from a range of themes provided by us, or create a custom theme that reflects your personality.

Expand All @@ -31,7 +37,7 @@ To create your custom theme, you can specify the following:

![Theme](https://media.docs.plane.so/account/account-theme.webp#center)

### Email
## Notifications

By default, email-based notifications are disabled for new users. You have the option to enable all notifications or select specific types of notifications. Once you save your preferences, you will only receive email notifications for issues that match the preferences you have selected.

Expand Down
4 changes: 1 addition & 3 deletions docs/core-concepts/cycles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ Two cycles cannot have overlapping dates.
To create a new Cycle, just press `Q` from anywhere in your project. Or, you can head to the **Cycles** page under your project in the sidebar and click the **Add Cycle** button. You’ll need to give it a name and set the start and due dates. If you want, you can also add a description—either right away or later on!
![Create cycle](https://media.docs.plane.so/cycles/create-cycles.webp#center)


:::caution[Timezone settings]
If the Project Admin sets the **Timezone** in [Project settings](/core-concepts/projects/overview#project-settings), the Cycle schedules (start and end) will align with it. However, Members will view Cycles starting and stopping based on the timezone set in their user settings.
If the Project Admin sets the **Timezone** in [Project settings](/core-concepts/projects/overview#project-settings), the Cycle schedules (start and end) will align with it. However, Members will view Cycles starting and stopping based on the timezone set in their [profile settings](/core-concepts/account/settings#timezone-and-language).
:::

## Add issues to cycles
Expand All @@ -32,7 +31,6 @@ If the Project Admin sets the **Timezone** in [Project settings](/core-concepts/
- You can also link a Cycle directly as a property within any issue.
![Cycle property](https://media.docs.plane.so/cycles/cycle-property.webp#center)


## Cycle states

- **Active cycle**
Expand Down
3 changes: 3 additions & 0 deletions docs/core-concepts/projects/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ These attributes can always be edited later under the **General** tab in the [pr
Click the **…** icon next to your project name on the sidebar and click **Settings**.
![Project settings](https://media.docs.plane.so/projects/project-settings.webp#center)

### Project timezone
Each project can have its own timezone setting, managed by project admins. The project timezone affects how dates and times are displayed within the project context. For example, the Cycle schedules (start and end) will align with the timezone set here. However, Members will see Cycles starting and stopping based on the timezone set in their [profile settings](/core-concepts/account/settings#timezone-and-language).

## Add and manage members

To get others involved in your project, they first need to be part of your workspace. [Invite them](/core-concepts/workspaces/members#add-member) to the workspace.
Expand Down
13 changes: 13 additions & 0 deletions docs/devices/mobile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,16 @@ This error occurs when attempting to log in to the mobile app with a self-hosted
- Retry logging in and ensure the self-hosted URL is entered correctly in the app.


### Unable to log in using SSO

Ensure the correct Redirect URI is configured in your OAuth service:

- For Google Sign-In: Add the following URL to the Redirect URIs section in your Google Cloud Console:
```bash
https://<plane.example.com>/auth/mobile/google/callback/
```
- For GitHub Sign-In: Add the following URL to the Callback URL section in your GitHub OAuth app:
```bash
https://<plane.example.com>/auth/mobile/github/callback/
```
Verify that the `<plane.example.com>` part of the URL matches your self-hosted instance's domain.