Wiki source code of User Management

Version 84.1 by Alex Cotiugă on 2019/10/30

Hide last authors
Silvia Macovei 52.3 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
Silvia Macovei 44.1 4
5 {{info}}
Ecaterina Moraru (Valica) 70.1 6 * These instructions assume you're using XWiki 1.2 or later with the **[[Albatross, Toucan or Colibri skins>>Documentation.AdminGuide.Skins]]** (screenshots for Colibri).
Manuel Smeria 52.5 7 * The default skin is currently Colibri.
Silvia Macovei 44.1 8 {{/info}}
Vincent Massol 50.3 9
Silvia Macovei 44.2 10 = Adding users to your wiki =
JanEldenmalm 1.1 11
Manuel Smeria 52.5 12 1. Log in as an administrator
13 1. Hover over "Wiki" and click on "Administer Wiki"
14 1. Click on the "Users" link to bring up an overview of all the users
15 1. Click on the "Add new user" button to open a registration page as shown on the image below
16 1. Fill in the user information
Dmitry Bakbardin 56.1 17 1. Click "Save":(((
Silvia Macovei 52.4 18 {{image reference="AddUser.png"/}}
Manuel Smeria 52.5 19 )))
DavidSowerby 48.1 20
Silvia Macovei 44.2 21 = Changing a user's password =
EvelinaSlatineanu 34.1 22
Silvia Macovei 44.2 23 == Changing the password for any user ==
Vincent Massol 35.1 24
Manuel Smeria 52.5 25 1. Log in as an administrator
26 1. Hover over "Wiki" and click on "Administer Wiki"
27 1. Click on the "Users" link to bring up an overview of all the users
28 1. Click on the name of the user for which you want to change the password (this will take you to the user's profile page)
29 1. Click on the "Preferences" tab
30 1. Click on the "Change Password" button
31 1. Enter the new password twice
Dmitry Bakbardin 56.1 32 1. Click on the "Update" button(((
Silvia Macovei 52.4 33 {{image reference="ChangePassword.png"/}}
Vincent Massol 57.1 34
Manuel Smeria 52.5 35 {{warning}}
36 Don't forget to notify the user!
37 {{/warning}}
38 )))
Silvia Macovei 52.3 39
Silvia Macovei 44.2 40 == Changing the password for the logged in user ==
JanEldenmalm 1.23 41
Manuel Smeria 52.5 42 To change **your own password** follow these steps:
Silvia Macovei 44.1 43
Manuel Smeria 52.5 44 1. Click on your user name in the top right corner of the screen (this will redirect you to your profile)
45 1. Click on the "Preferences" tab
46 1. Click on the "Change password" button
Thomas Delafosse 60.1 47 1. Enter your current password (only needed since XWiki 5.1) and the new password twice
48 1. Click on the "Save" button(((
Thomas Delafosse 58.1 49 {{image reference="ChangeOwnPassword.png"/}}
Manuel Smeria 52.5 50 )))
EvelinaSlatineanu 32.1 51
Simon Urli 83.1 52 == Changing the password security policy ==
Simon Urli 81.1 53
Alex Cotiugă 83.3 54 {{info}}XWiki 11.9{{/info}} You can define the password security for all the users of the wiki. The policy is defined by some rules available in the Administration > Users & Rights > Registration page. You can specify the minimum length of the password, and if it must contain numbers, lower/upper case characters, and symbol.
Simon Urli 81.1 55
56 {{image reference="password-policy-fields.png"/}}
57
Vincent Massol 83.2 58 Please note that when the rules are changed, all further password changes must comply with the new rules, but the older password are still all valid.
Simon Urli 81.1 59
Silvia Macovei 44.2 60 = Editing an existing user =
JanEldenmalm 1.14 61
Manuel Smeria 52.5 62 1. Log in as an administrator
63 1. Hover over "Wiki" and click on "Administer Wiki"
64 1. Click on the "Users" link to bring up an overview of all the users
EvelinaSlatineanu 10.1 65 1. You have two options:
Manuel Smeria 52.5 66 11. Click the user name for the user you want to edit
67 11*. On the user's profile page click on the small yellow pencil corresponding to the information you want to edit (profile or preferences)
68 11*. Click "Save and View" to save the changes you have made
69 11. Click on the small yellow pencil near the user you want to edit (this will open up a lightbox with the main information of that user)
Dmitry Bakbardin 56.1 70 11*. Make your modifications and click "Save"(((
Manuel Smeria 52.5 71 {{info}}
72 There is also a link to the complete user profile, where you can proceed as above (first option).
73 {{/info}}
Vincent Massol 57.1 74
Silvia Macovei 74.1 75 {{image reference="EditUserProfile.png" width="580px"/}}
Manuel Smeria 52.5 76 )))
EvelinaSlatineanu 30.1 77
Silvia Macovei 44.2 78 = Deleting a user =
JanEldenmalm 1.25 79
Manuel Smeria 52.5 80 1. Log in as an administrator
81 1. Hover over "Wiki" and click on "Administer Wiki"
82 1. Click on the "Users" link to bring up an overview of all the users
Dmitry Bakbardin 56.1 83 1. Delete the user by clicking the red "X" corresponding to the user you want to delete (the user will be automatically removed from all the groups it belonged to)(((
Silvia Macovei 44.1 84 {{info}}
Manuel Smeria 52.5 85 You won't be able to delete the currently logged in user and you'll need to log-in using other credentials. This is don in order to prevent mistakes.
Silvia Macovei 44.1 86 {{/info}}
Vincent Massol 57.1 87
Silvia Macovei 52.4 88 {{image reference="DeleteUser.png"/}}
Manuel Smeria 52.5 89 )))
EvelinaSlatineanu 31.1 90
AdrianFita 51.1 91 = Modify the number of users displayed in the list =
Silvia Macovei 52.3 92
AdrianFita 51.1 93 This is valid as of v3.5 (I think it works on any 3.x version).
94
Manuel Smeria 52.5 95 You have to edit ##XWiki.AdminUsersSheet## for users. The page contains a line like this:
AdrianFita 51.1 96
97 {{code}}
98 var ta = new XWiki.widgets.LiveTable("$url", "userstable", callback);
99 {{/code}}
100
Manuel Smeria 52.5 101 Replace it with:
AdrianFita 51.1 102
103 {{code}}
104 var ta = new XWiki.widgets.LiveTable("$url", "userstable", callback, {limit: 100});
105 {{/code}}
106
107 where 100 is the number of items displayed per page.
108
Silvia Macovei 44.2 109 = Customizing the Registration page =
110
Silvia Macovei 44.1 111 {{info}}
Manuel Smeria 52.5 112 Since [[XWiki Exterprise 2.2M2>>xwiki:ReleaseNotes.ReleaseNotesXWikiEnterprise22M2#HNewRegistrationpage]] customizing the registration page is done by the "Verified Registration" Page, part of the [[Administration Application>>extensions:Extension.Administration Application]]. This provides more features such as captcha and client side validation of user input. For more information about how to configure it, visit the [[application page>>extensions:Extension.Administration Application]].
Silvia Macovei 44.1 113 {{/info}}
Caleb James DeLisle 43.1 114
Manuel Smeria 52.5 115 In order to customize the registration page you must follow these steps:
Silvia Macovei 44.1 116
Manuel Smeria 52.5 117 1. Log in as an administrator
Silvia Macovei 71.1 118 1. Click on the right drawer icon, then click on "Administer Wiki"
119 1. Go to "Users & Rights" > "Registration"
Dmitry Bakbardin 56.1 120 1. Make your modifications and click "Save":(((
Silvia Macovei 74.1 121 {{image reference="Registration.png" width="960px"/}}
Manuel Smeria 52.5 122 )))
Dmitry Bakbardin 56.1 123
124 {{error}}
125 Be sure to fill in admin's e-mail in Administration -> Configuration -> Email. Otherwise XWiki prior 4.5 won't send verification e-mails while E-mail verification is on.
126 {{/error}}
Simon Urli 75.1 127
Simon Urli 76.1 128 = Enable/Disable User Account =
129
130 Starting with {{code}}XWiki 11.6RC1{{/code}} it is now possible to disable a user account and to enable it back from his/her profile.
131 A disabled user is able to login but cannot perform any action once logged-in.
132
133 {{gallery}}
Simon Urli 80.1 134 image:disable-account.png
135 image:enable-account.png
136 image:account-disabled-warning.png
Simon Urli 76.1 137 {{/gallery}}
138
Simon Urli 75.1 139 = Inactive Users =
140
141 If you configured the registration page to enable the **Use Email Verification**, then new registered users are by default inactive. The user account is activated by a link on the email. (See more information in [[Administration Application>>extensions:Extension.Administration Application]]).
142
143 Starting with {{code}}XWiki 11.6RC1{{/code}} the inactive users are prevented to get access to most pages of the wiki by default. The page they can get access to can be configured in the [[configuration>>Documentation.AdminGuide.Configuration||anchor="HAllowedPagesforInactiveUsers"]].
144
145 Prior from that, the **Authentication Active Check** must be checked in order for inactive users to get access to the wiki.

Get Connected