Project

General

Profile

Actions

Gerenciando usuários

Lista de usuários

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'.

  • Login: Login do usuário.
  • Nome: Nome do usuário.
  • Sobrenome: Sobrenome do usuário.
  • E-mail: E-mail do usuário.
  • Administrador: Se o ícone estiver sendo exibido, o usuário é designado como administrador, com acesso irrestrito à toda aplicação e a todos os projetos.
  • Criado em: Data e hora em que a conta do usuário foi criada.
  • Última conexão: Data e hora do último login deste usuário na aplicação.

Status do usuário

Depending on the global configuration users can have several statuses:
  • active
    • This icon means that the account is activated. A user having an activated account can log in and access the application.
  • locked
    • This icon means that the account is locked. A user having a locked account:
      • cannot log in and access the application
      • cannot be assigned to an issue
      • cannot be set as watcher of an issue
      • don't receive email notifications
      • is not listed as a member of the project in project overview screen
  • registered
    • This icon can also mean that the account is registered but not activated. A user having a registered account cannot log in and access the application.
      This status is used for self-registered users which first needs to be activated by either visiting a link provided by email themselves or by an Redmine administrator manually.

The Lock/Unlock buttons let you lock/unlock the activated users and the Activate button let you activate registered users.

User authentication

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.

Adding or editing a User

A user designated as an administrator has unrestricted access to the application and to all the projects.

TODO

## This statement is important ##
In editing mode, leave the Password field blank in order to keep the user's password unchanged.

## Improve this list to match global descriptions and to prevent duplication ##
 * Login - The User's Login account.
 * Firstname  - The User's First name. 
 * Lastname - The User's Last name
 * Email - A user's email address which receive a mail sended by project.
 * Language - Set a User's mother language.
 * Administrator - If checked this property, this account has unrestriced access to the application and to all projects.
 * Authentication 
 ** Password  - New password
 ** Confirmation - Confirm a new password
 * 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.

Deleting a User

TODO

Document the fact that users cannot be deleted from the Redmine system and link to references.

Updated by Pedro Moritz de Carvalho Neto over 8 years ago · 2 revisions