RedmineUsers » History » Version 20
Sevinc israfilova, 2020-11-09 09:20
1 | 1 | Jean-Philippe Lang | h1. Managing users |
---|---|---|---|
2 | 1 | Jean-Philippe Lang | |
3 | 8 | Mischa The Evil | {{>toc}} |
4 | 8 | Mischa The Evil | |
5 | 1 | Jean-Philippe Lang | h2. Users list |
6 | 1 | Jean-Philippe Lang | |
7 | 9 | Mischa The Evil | The users list shows only the activated users by default. To view all users (activated, registered and locked users), change the status filter to 'all'. |
8 | 1 | Jean-Philippe Lang | |
9 | 9 | Mischa The Evil | * *Login:* The login of the user. |
10 | 1 | Jean-Philippe Lang | |
11 | 19 | Go MAEDA | * *First name:* The first name of the user. |
12 | 1 | Jean-Philippe Lang | |
13 | 19 | Go MAEDA | * *Last name:* The last name of the user. |
14 | 9 | Mischa The Evil | |
15 | 18 | Go MAEDA | * *Email:* The email address of the user. |
16 | 9 | Mischa The Evil | |
17 | 9 | Mischa The Evil | * *Administrator:* If the icon !/images/true.png! is present, the user is designated as an administrator who has unrestricted access to the application and to all projects. |
18 | 9 | Mischa The Evil | |
19 | 9 | Mischa The Evil | * *Created:* Indicates the date when this user account has been created. |
20 | 9 | Mischa The Evil | |
21 | 9 | Mischa The Evil | * *Last connection:* Indicates the date when this user logged into the application the last time. |
22 | 9 | Mischa The Evil | |
23 | 19 | Go MAEDA | !{width: 952px; border: 1px solid #ccc;}.users-list@2x.png! |
24 | 9 | Mischa The Evil | |
25 | 9 | Mischa The Evil | h3. User status |
26 | 9 | Mischa The Evil | |
27 | 9 | Mischa The Evil | Depending on the global configuration users can have several statuses: |
28 | 11 | Mischa The Evil | * *active* |
29 | 9 | Mischa The Evil | ** 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 | 9 | Mischa The Evil | * *locked* |
31 | 14 | Etienne Massip | ** This icon !/images/unlock.png! means that the account is locked. A user having a locked account: |
32 | 14 | Etienne Massip | *** cannot log in and access the application |
33 | 14 | Etienne Massip | *** cannot be assigned to an issue |
34 | 14 | Etienne Massip | *** cannot be set as watcher of an issue |
35 | 14 | Etienne Massip | *** don't receive email notifications |
36 | 14 | Etienne Massip | *** is not listed as a member of the project in project overview screen |
37 | 9 | Mischa The Evil | * *registered* |
38 | 12 | Mischa The Evil | ** 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 | 18 | Go MAEDA | 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 a Redmine administrator manually. |
40 | 9 | Mischa The Evil | |
41 | 11 | Mischa The Evil | The Lock/Unlock buttons let you *lock/unlock* the activated users and the Activate button let you *activate* registered users. |
42 | 9 | Mischa The Evil | |
43 | 10 | Fabien Coelho | h2. User authentication |
44 | 10 | Fabien Coelho | |
45 | 10 | Fabien Coelho | 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 | 10 | Fabien Coelho | |
47 | 17 | Go MAEDA | See also: |
48 | 17 | Go MAEDA | |
49 | 17 | Go MAEDA | * [[RedmineLDAP|LDAP Authentication]] |
50 | 17 | Go MAEDA | * [[RedmineSettings#Allow-OpenID-login-and-registration|Allow OpenID login and registration]] |
51 | 17 | Go MAEDA | |
52 | 1 | Jean-Philippe Lang | h2. Adding or editing a User |
53 | 1 | Jean-Philippe Lang | |
54 | 9 | Mischa The Evil | _A user designated as an administrator has unrestricted access to the application and to all the projects._ |
55 | 1 | Jean-Philippe Lang | |
56 | 9 | Mischa The Evil | TODO |
57 | 9 | Mischa The Evil | <pre> |
58 | 9 | Mischa The Evil | ## This statement is important ## |
59 | 1 | Jean-Philippe Lang | In editing mode, leave the Password field blank in order to keep the user's password unchanged. |
60 | 2 | Thomas Lecavelier | |
61 | 9 | Mischa The Evil | ## Improve this list to match global descriptions and to prevent duplication ## |
62 | 7 | Ray Chang | * Login - The User's Login account. |
63 | 7 | Ray Chang | * Firstname - The User's First name. |
64 | 7 | Ray Chang | * Lastname - The User's Last name |
65 | 18 | Go MAEDA | * Email - A user's email address which receives a mail sent by project. |
66 | 7 | Ray Chang | * Language - Set a User's mother language. |
67 | 18 | Go MAEDA | * Administrator - If checked this property, this account has unrestricted access to the application and to all projects. |
68 | 1 | Jean-Philippe Lang | * Authentication |
69 | 1 | Jean-Philippe Lang | ** Password - New password |
70 | 1 | Jean-Philippe Lang | ** Confirmation - Confirm a new password |
71 | 16 | @ go2null | * 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. |
72 | 9 | Mischa The Evil | </pre> |
73 | 9 | Mischa The Evil | |
74 | 9 | Mischa The Evil | h2. Deleting a User |
75 | 9 | Mischa The Evil | |
76 | 9 | Mischa The Evil | TODO |
77 | 9 | Mischa The Evil | <pre> |
78 | 9 | Mischa The Evil | Document the fact that users cannot be deleted from the Redmine system and link to references. |
79 | 9 | Mischa The Evil | </pre> |