PtBRRedmineUsers » History » Version 2
Pedro Moritz de Carvalho Neto, 2015-07-23 19:59
| 1 | 2 | Pedro Moritz de Carvalho Neto | h1. Gerenciando usuários |
|---|---|---|---|
| 2 | 1 | Pedro Moritz de Carvalho Neto | |
| 3 | {{>toc}} |
||
| 4 | |||
| 5 | 2 | Pedro Moritz de Carvalho Neto | h2. Lista de usuários |
| 6 | 1 | Pedro Moritz de Carvalho Neto | |
| 7 | 2 | Pedro Moritz de Carvalho Neto | A lista de usuários exibe apenas os usuários ativos por padrão. Para ver todos os usuários (ativos, registrados e bloqueados), mude o status do filtro para 'Todos'. |
| 8 | 1 | Pedro Moritz de Carvalho Neto | |
| 9 | 2 | Pedro Moritz de Carvalho Neto | * *Login:* Login do usuário. |
| 10 | 1 | Pedro Moritz de Carvalho Neto | |
| 11 | 2 | Pedro Moritz de Carvalho Neto | * *Nome:* Nome do usuário. |
| 12 | 1 | Pedro Moritz de Carvalho Neto | |
| 13 | 2 | Pedro Moritz de Carvalho Neto | * *Sobrenome:* Sobrenome do usuário. |
| 14 | 1 | Pedro Moritz de Carvalho Neto | |
| 15 | 2 | Pedro Moritz de Carvalho Neto | * *E-mail:* E-mail do usuário. |
| 16 | 1 | Pedro Moritz de Carvalho Neto | |
| 17 | 2 | Pedro Moritz de Carvalho Neto | * *Administrador:* Se o ícone !/images/true.png! estiver sendo exibido, o usuário é designado como administrador, com acesso irrestrito à toda aplicação e a todos os projetos. |
| 18 | 1 | Pedro Moritz de Carvalho Neto | |
| 19 | 2 | Pedro Moritz de Carvalho Neto | * *Criado em:* Data e hora em que a conta do usuário foi criada. |
| 20 | 1 | Pedro Moritz de Carvalho Neto | |
| 21 | 2 | Pedro Moritz de Carvalho Neto | * *Última conexão:* Data e hora do último login deste usuário na aplicação. |
| 22 | 1 | Pedro Moritz de Carvalho Neto | |
| 23 | p=. !user_list.png! |
||
| 24 | |||
| 25 | 2 | Pedro Moritz de Carvalho Neto | h3. Status do usuário |
| 26 | 1 | Pedro Moritz de Carvalho Neto | |
| 27 | Depending on the global configuration users can have several statuses: |
||
| 28 | * *active* |
||
| 29 | ** This icon !/images/locked.png! means that the account is activated. A user having an activated account can log in and access the application. |
||
| 30 | * *locked* |
||
| 31 | ** This icon !/images/unlock.png! means that the account is locked. A user having a locked account: |
||
| 32 | *** cannot log in and access the application |
||
| 33 | *** cannot be assigned to an issue |
||
| 34 | *** cannot be set as watcher of an issue |
||
| 35 | *** don't receive email notifications |
||
| 36 | *** is not listed as a member of the project in project overview screen |
||
| 37 | * *registered* |
||
| 38 | ** This icon !/images/unlock.png! can also mean that the account is registered but _not activated_. A user having a registered account cannot log in and access the application. |
||
| 39 | This status is used for [[RedmineSettings#Self-registration|self-registered]] users which first needs to be activated by either visiting a link provided by email themselves or by an Redmine administrator manually. |
||
| 40 | |||
| 41 | The Lock/Unlock buttons let you *lock/unlock* the activated users and the Activate button let you *activate* registered users. |
||
| 42 | |||
| 43 | h2. User authentication |
||
| 44 | |||
| 45 | Users are authenticated by _login_ and _password_. These tokens can be managed by Redmine directly, by an external LDAP or OpenId server, or by Redmine plugins which allow for instance to reuse an already available Apache authentication. |
||
| 46 | |||
| 47 | h2. Adding or editing a User |
||
| 48 | |||
| 49 | _A user designated as an administrator has unrestricted access to the application and to all the projects._ |
||
| 50 | |||
| 51 | TODO |
||
| 52 | <pre> |
||
| 53 | ## This statement is important ## |
||
| 54 | In editing mode, leave the Password field blank in order to keep the user's password unchanged. |
||
| 55 | |||
| 56 | ## Improve this list to match global descriptions and to prevent duplication ## |
||
| 57 | * Login - The User's Login account. |
||
| 58 | * Firstname - The User's First name. |
||
| 59 | * Lastname - The User's Last name |
||
| 60 | * Email - A user's email address which receive a mail sended by project. |
||
| 61 | * Language - Set a User's mother language. |
||
| 62 | * Administrator - If checked this property, this account has unrestriced access to the application and to all projects. |
||
| 63 | * Authentication |
||
| 64 | ** Password - New password |
||
| 65 | ** Confirmation - Confirm a new password |
||
| 66 | * Send account information to the user - If checked AND password is changed (Defect #7577), send Account information to the user's email address when changed user's information by administrator. |
||
| 67 | </pre> |
||
| 68 | |||
| 69 | h2. Deleting a User |
||
| 70 | |||
| 71 | TODO |
||
| 72 | <pre> |
||
| 73 | Document the fact that users cannot be deleted from the Redmine system and link to references. |
||
| 74 | </pre> |