User Management
Version 64.1 by Ramona Conoro on 2015/05/21
Contents
Adding users to your wiki
- Log in as an administrator
- Hover over "Wiki" and click on "Administer Wiki"
- Click on the "Users" link to bring up an overview of all the users
- Click on the "Add new user" button to open a registration page as shown on the image below
- Fill in the user information
- Click "Save":
Changing a user's password
Changing the password for any user
- Log in as an administrator
- Hover over "Wiki" and click on "Administer Wiki"
- Click on the "Users" link to bring up an overview of all the users
- 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)
- Click on the "Preferences" tab
- Click on the "Change Password" button
- Enter the new password twice
- Click on the "Update" button
Changing the password for the logged in user
To change your own password follow these steps:
- Click on your user name in the top right corner of the screen (this will redirect you to your profile)
- Click on the "Preferences" tab
- Click on the "Change password" button
- Enter your current password (only needed since XWiki 5.1) and the new password twice
- Click on the "Save" button
Editing an existing user
- Log in as an administrator
- Hover over "Wiki" and click on "Administer Wiki"
- Click on the "Users" link to bring up an overview of all the users
- You have two options:
- Click the user name for the user you want to edit
- On the user's profile page click on the small yellow pencil corresponding to the information you want to edit (profile or preferences)
- Click "Save and View" to save the changes you have made
- 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)
- Make your modifications and click "Save"
- Make your modifications and click "Save"
- Click the user name for the user you want to edit
Deleting a user
- Log in as an administrator
- Hover over "Wiki" and click on "Administer Wiki"
- Click on the "Users" link to bring up an overview of all the users
- 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)
Modify the number of users displayed in the list
This is valid as of v3.5 (I think it works on any 3.x version).
You have to edit XWiki.AdminUsersSheet for users. The page contains a line like this:
var ta = new XWiki.widgets.LiveTable("$url", "userstable", callback);
Replace it with:
var ta = new XWiki.widgets.LiveTable("$url", "userstable", callback, {limit: 100});
where 100 is the number of items displayed per page.
Customizing the Registration page
In order to customize the registration page you must follow these steps:
- Log in as an administrator
- Hover over "Wiki" and click on "Administer Wiki"
- Click on the "Registration" link
- Make your modifications and click "Save":