[ci skip]
pull/8916/head
ML-OpenP 4 years ago
parent a62ad27bfb
commit 1b202f9988
  1. 4
      docs/development/concepts/README.md
  2. 8
      docs/getting-started/invite-members/README.md
  3. 8
      docs/getting-started/my-page/README.md
  4. 11
      docs/getting-started/sign-in-registration/README.md
  5. 8
      docs/user-guide/members/README.md

@ -13,10 +13,10 @@ This guide will introduce some concepts and give you a big picture of the develo
Please choose an area that you would like to read about:
| Topics | Description |
| Topic | Content |
| ---------------------------------------------------- | :----------------------------------------------------------- |
| [Application architecture](application-architecture) | An introduction of the application architecture used at OpenProject. |
| [State management](state-management) | How does the frontend hanble state and react to changes? |
| [State management](state-management) | How does the frontend handle state and react to changes? |
| [HAL resources](hal-resources) | What are HAL resources and how are they used in the frontend? |
| [Permissions](permissions) | How are roles and permissions handled in OpenProject code ? |
| [Translations](translations) | How are translations used and built? |

@ -4,7 +4,7 @@ sidebar_navigation:
priority: 800
description: Invite team members to OpenProject.
robots: index, follow
keywords: invite members
keywords: invite members, add users
---
# Invite members
@ -16,11 +16,9 @@ In order to see a project and work in it, you have to be a member of a project.
</div>
<div class="alert alert-info" role="alert">
**Note**: If you are not a member of a project, you do not see the project in the Project selection nor in the project list.
**Note**: If you are not a member of a project, you do not see the project in the Project selection nor in the project list.</div>
</div>
| Feature | Documentation for |
| Topic | Content |
| --------------------------------------------- | ----------------------------------------------- |
| [View members](#view-members) | View the list of members in your project. |
| [Add existing members](#add-existing-members) | Add existing members to a project. |

@ -81,14 +81,10 @@ If you click the dots on the lower right hand corner in a widget you can change
You can configure the view of a work package widget to have the information included that you need.
<div class="glossary“>
<div class="glossary">
**Work package** is a subset of a project that can be assigned to users for execution, such as Tasks, Bugs, User Storys, Milestones, and more. Work packages have a type, an ID and a subject and may have additional attributes, such as assignee, responsible, story points or target version. Work packages are displayed in a projects timeline (unless they are filtered out in the timeline configuration) - either as milestone or as phase. In order to use the work packages, the work package module has to be activated in the project settings.
</div>
On a work package widget, click the three dots and select **Configure view...**

@ -1,21 +1,20 @@
---
sidebar_navigation:
title: Sign in and registration
priority: 990
description: Sign in and registration in OpenProject.
robots: index, follow
keywords: sing in, login, registration
keywords: sign in, login, registration
---
# Sign in and registration
Here you will get an overview how to sign in and register to an existing OpenProject installation.
<div class="alert alert-info" role="alert">
**Note**: If you do not have an OpenProject installation yet, please visit our site: [create an OpenProject trial installation](../../cloud-edition-guide/#create-an-openproject-trial-installation).</div>
**Note**: If you do not have an OpenProject installation yet, please visit our site: [create an OpenProject trial installation](../../cloud-edition-guide/#create-an-openproject-trial-installation).
</div>
| Feature | Documentation for |
| Topic | Content |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [Sign in with an existing account](#sign-in-with-an-existing-account) | Sign in with an existing account to an OpenProject installation. |
| [Sign in with Google](#sign-in-with-google) | Find out how to sign in with a Google account. |

@ -39,9 +39,11 @@ To remove members from a project, [select the project](../projects/#select-a-pro
## Roles and permissions
Members will have different roles with different permissions in a project. To find out how to [configure roles and permissions](../../system-admin-guide/#roles-permissions).
Members will have different roles with different permissions in a project. To find out how to configure roles and permissions click [here](../../system-admin-guide/#roles-permissions).
<div class="glossary">A **role** is defined as a set of permissions defined by a unique name. Project members are assigned to a project by specifying a user's or group's name and the role(s) the user should assume in the project.
</div>
<div class="glossary">A **role** is defined as a set of permissions defined by a unique name. Project members are assigned to a project by specifying a user's or group's name and the role(s) the user should assume in the project.</div>
## Groups
Members can be added to groups. A group can be added to a project. With this, all members will be have the corresponding role in this project. Find out how to [create and manage groups](../../system-admin-guide/#groups) in OpenProject.
@ -50,6 +52,6 @@ Members can be added to groups. A group can be added to a project. With this, al
### How can I increase or decrease the number of users in OpenProject?
For the Community Edition you can have as many users as you need for free. If you are using the OpenProject Enterprise Edition, please write an email to sales@openproject.com.
For the Community Edition you can have as many users as you need for free. If you are using the OpenProject Enterprise Edition, please write an email to sales @ openproject.com.
If you are using the OpenProject Cloud Edition, you can easily upgrade or downgrade the number of users by selection -> Administration -> Billing -> Manage subscription and choose the new amount of users which you need in your system.

Loading…
Cancel
Save