RedmineUsers » History » Version 13
Joe Cullin, 2012-03-30 18:40
1 | 1 | Jean-Philippe Lang | h1. Managing users |
---|---|---|---|
2 | |||
3 | 8 | Mischa The Evil | {{>toc}} |
4 | |||
5 | 1 | Jean-Philippe Lang | h2. Users list |
6 | |||
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 | 9 | Mischa The Evil | * *Firstname:* The firstname of the user. |
12 | 1 | Jean-Philippe Lang | |
13 | 9 | Mischa The Evil | * *Lastname:* The lastname of the user. |
14 | |||
15 | * *Email:* The email adress of the user. |
||
16 | |||
17 | * *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 | |||
19 | * *Created:* Indicates the date when this user account has been created. |
||
20 | |||
21 | * *Last connection:* Indicates the date when this user logged into the application the last time. |
||
22 | |||
23 | p=. !user_list.png! |
||
24 | |||
25 | h3. User status |
||
26 | |||
27 | 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 | * *locked* |
||
31 | ** This icon !/images/unlock.png! means that the account is locked. A user having a locked account cannot log in and access the application. |
||
32 | * *registered* |
||
33 | 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. |
34 | 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. |
||
35 | 9 | Mischa The Evil | |
36 | 11 | Mischa The Evil | The Lock/Unlock buttons let you *lock/unlock* the activated users and the Activate button let you *activate* registered users. |
37 | 9 | Mischa The Evil | |
38 | 10 | Fabien Coelho | h2. User authentication |
39 | |||
40 | 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. |
||
41 | |||
42 | 1 | Jean-Philippe Lang | h2. Adding or editing a User |
43 | |||
44 | 9 | Mischa The Evil | _A user designated as an administrator has unrestricted access to the application and to all the projects._ |
45 | 1 | Jean-Philippe Lang | |
46 | 9 | Mischa The Evil | TODO |
47 | <pre> |
||
48 | ## This statement is important ## |
||
49 | 1 | Jean-Philippe Lang | In editing mode, leave the Password field blank in order to keep the user's password unchanged. |
50 | 2 | Thomas Lecavelier | |
51 | 9 | Mischa The Evil | ## Improve this list to match global descriptions and to prevent duplication ## |
52 | 7 | Ray Chang | * Login - The User's Login account. |
53 | * Firstname - The User's First name. |
||
54 | * Lastname - The User's Last name |
||
55 | * Email - A user's email address which receive a mail sended by project. |
||
56 | * Language - Set a User's mother language. |
||
57 | 1 | Jean-Philippe Lang | * Administrator - If checked this property, this account has unrestriced access to the application and to all projects. |
58 | * Authentication |
||
59 | ** Password - New password |
||
60 | ** Confirmation - Confirm a new password |
||
61 | * Send account information to the user - If checked this property, send a Account information to the user's email address when changed user's information by administrator. |
||
62 | 9 | Mischa The Evil | </pre> |
63 | |||
64 | h2. Deleting a User |
||
65 | |||
66 | TODO |
||
67 | <pre> |
||
68 | Document the fact that users cannot be deleted from the Redmine system and link to references. |
||
69 | 13 | Joe Cullin | |
70 | I think it's worth describing in more detail what the Lock function does. This was important to me, |
||
71 | when faced with the task of blocking a former employee from our system. Here's what I've found so far: |
||
72 | |||
73 | * Prevents the user from logging in to Redmine. |
||
74 | * Excludes the user from various user lists (assignee, Feedback giver, watcher, etc.). |
||
75 | * Omits the user's name from the project overview's list of all project members. |
||
76 | * Prevents the user from receiving Redmine emails. (http://www.redmine.org/issues/5773) |
||
77 | |||
78 | 9 | Mischa The Evil | </pre> |