Wiki source code of User Management

Version 106.1 by Lucas Charpentier (Sereza7) on 2024/11/07

Hide last authors
Silvia Macovei 52.3 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
Silvia Macovei 44.1 4
Silvia Macovei 44.2 5 = Adding users to your wiki =
JanEldenmalm 1.1 6
Manuel Smeria 52.5 7 1. Log in as an administrator
8 1. Hover over "Wiki" and click on "Administer Wiki"
9 1. Click on the "Users" link to bring up an overview of all the users
10 1. Click on the "Add new user" button to open a registration page as shown on the image below
11 1. Fill in the user information
Dmitry Bakbardin 56.1 12 1. Click "Save":(((
Silvia Macovei 52.4 13 {{image reference="AddUser.png"/}}
Manuel Smeria 52.5 14 )))
DavidSowerby 48.1 15
Silvia Macovei 44.2 16 = Changing a user's password =
EvelinaSlatineanu 34.1 17
Silvia Macovei 44.2 18 == Changing the password for any user ==
Vincent Massol 35.1 19
Manuel Smeria 52.5 20 1. Log in as an administrator
Lucas Charpentier (Sereza7) 106.1 21 1. Open the drawer and click on "User Index"
Manuel Smeria 52.5 22 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)
23 1. Click on the "Preferences" tab
24 1. Click on the "Change Password" button
25 1. Enter the new password twice
Dmitry Bakbardin 56.1 26 1. Click on the "Update" button(((
Silvia Macovei 52.4 27 {{image reference="ChangePassword.png"/}}
Vincent Massol 57.1 28
Manuel Smeria 52.5 29 {{warning}}
30 Don't forget to notify the user!
31 {{/warning}}
32 )))
Silvia Macovei 52.3 33
Silvia Macovei 44.2 34 == Changing the password for the logged in user ==
JanEldenmalm 1.23 35
Vincent Massol 92.2 36 To change your own password follow these steps:
Silvia Macovei 44.1 37
Manuel Smeria 52.5 38 1. Click on your user name in the top right corner of the screen (this will redirect you to your profile)
39 1. Click on the "Preferences" tab
40 1. Click on the "Change password" button
Thomas Delafosse 60.1 41 1. Enter your current password (only needed since XWiki 5.1) and the new password twice
42 1. Click on the "Save" button(((
Thomas Delafosse 58.1 43 {{image reference="ChangeOwnPassword.png"/}}
Manuel Smeria 52.5 44 )))
EvelinaSlatineanu 32.1 45
Simon Urli 83.1 46 == Changing the password security policy ==
Simon Urli 81.1 47
Vincent Massol 92.2 48 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 49
50 {{image reference="password-policy-fields.png"/}}
51
Vincent Massol 83.2 52 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 53
Silvia Macovei 44.2 54 = Editing an existing user =
JanEldenmalm 1.14 55
Manuel Smeria 52.5 56 1. Log in as an administrator
57 1. Hover over "Wiki" and click on "Administer Wiki"
58 1. Click on the "Users" link to bring up an overview of all the users
Manuel Leduc 90.1 59 1. You have two options:
Manuel Smeria 52.5 60 11. Click the user name for the user you want to edit
61 11*. On the user's profile page click on the small yellow pencil corresponding to the information you want to edit (profile or preferences)
62 11*. Click "Save and View" to save the changes you have made
63 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 64 11*. Make your modifications and click "Save"(((
Manuel Smeria 52.5 65 {{info}}
66 There is also a link to the complete user profile, where you can proceed as above (first option).
67 {{/info}}
Vincent Massol 57.1 68
Silvia Macovei 74.1 69 {{image reference="EditUserProfile.png" width="580px"/}}
Manuel Smeria 52.5 70 )))
EvelinaSlatineanu 30.1 71
Silvia Macovei 44.2 72 = Deleting a user =
JanEldenmalm 1.25 73
Manuel Smeria 52.5 74 1. Log in as an administrator
Manuel Leduc 86.1 75 1. Go to the User section of the Wiki administration
Dmitry Bakbardin 56.1 76 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 77 {{info}}
Manuel Leduc 90.1 78 You won't be able to delete the currently logged in user and you'll need to log-in using other credentials. This is done in order to prevent mistakes.
Silvia Macovei 44.1 79 {{/info}}
Vincent Massol 57.1 80
Lucas Charpentier (Sereza7) 97.3 81 [[image:user_administration_disable_account.png||width="960"]]
Manuel Smeria 52.5 82 )))
EvelinaSlatineanu 31.1 83
AdrianFita 51.1 84 = Modify the number of users displayed in the list =
Silvia Macovei 52.3 85
Vincent Massol 92.2 86 Edit the ##XWiki.AdminUsersSheet## page. It contains a line like this:
AdrianFita 51.1 87
88 {{code}}
89 var ta = new XWiki.widgets.LiveTable("$url", "userstable", callback);
90 {{/code}}
91
Manuel Smeria 52.5 92 Replace it with:
AdrianFita 51.1 93
94 {{code}}
95 var ta = new XWiki.widgets.LiveTable("$url", "userstable", callback, {limit: 100});
96 {{/code}}
97
Vincent Massol 92.2 98 where ##100## is the number of items displayed per page.
AdrianFita 51.1 99
Silvia Macovei 44.2 100 = Customizing the Registration page =
101
Vincent Massol 92.2 102 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]].
Caleb James DeLisle 43.1 103
Manuel Smeria 52.5 104 In order to customize the registration page you must follow these steps:
Silvia Macovei 44.1 105
Manuel Smeria 52.5 106 1. Log in as an administrator
Silvia Macovei 71.1 107 1. Click on the right drawer icon, then click on "Administer Wiki"
108 1. Go to "Users & Rights" > "Registration"
Dmitry Bakbardin 56.1 109 1. Make your modifications and click "Save":(((
Silvia Macovei 74.1 110 {{image reference="Registration.png" width="960px"/}}
Manuel Smeria 52.5 111 )))
Dmitry Bakbardin 56.1 112
Simon Urli 76.1 113 = Enable/Disable User Account =
114
Vincent Massol 92.2 115 It is possible to disable a user account and to enable it back from his/her profile. A disabled user is able to login but cannot perform any action once logged-in.
Lucas Charpentier (Sereza7) 100.1 116 [[image:account-disabled-warning.png||width="960"]]
Simon Urli 76.1 117
Lucas Charpentier (Sereza7) 100.1 118 == From the administration ==
Simon Urli 76.1 119
Lucas Charpentier (Sereza7) 100.1 120 [[image:user_administration_disable_account.png||width="960"]]
121
122 1. Log in as an administrator
123 1. Go to the User section of the Wiki administration
124 1. Click on the closed lock to disable a user
125
126 To enable a user, follow the same steps but click on the opened lock.
127
128 == From a user profile ==
129
Lucas Charpentier (Sereza7) 100.2 130 [[image:disable-account.png||width="350"]]
Lucas Charpentier (Sereza7) 100.1 131
132 1. Login an an administrator
133 1. Visit a user profile
134 1. Click on the "Disable this account" action.
135
Lucas Charpentier (Sereza7) 100.4 136 [[image:enable-account.png||width="350"]]
Lucas Charpentier (Sereza7) 100.1 137
138 To enable a user, follow the same step but click on the "Enable this account" action.
139
Simon Urli 75.1 140 = Inactive Users =
141
142 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]]).
143
Vincent Massol 92.2 144 Inactive users are prevented to get access to most pages of the wiki by default. The pages they can get access to can be configured in the [[configuration>>Documentation.AdminGuide.Configuration#HAllowedPagesforInactiveUsers]]. Prior to that, the ##Authentication Active Check## must be enabled in order for inactive users to get access to the wiki.
Vincent Massol 93.1 145
146 = User Storage =
147
148 Users are stored inside wiki pages containing an XObject of the ##XWiki.XWikiUsers## XClass. To see all the user metadata, you can navigate to the profile page of a user and edit it using the Object editor.

Get Connected