Wiki source code of Creating new users
Version 5.1 by Silvia Macovei on 2014/10/31
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{info}}This page describes how you can create new users from within XWiki Enterprise. If you're looking for LDAP integration, [[please give a look to this page instead.>>http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLDAPAuthentication]]{{/info}} | ||
2 | |||
3 | = Create a new user in your wiki = | ||
4 | |||
5 | Now that your wiki has a brand new logo, updated colors and great panels, it's time to add a couple of users: | ||
6 | |||
7 | * Click on the "Wiki" menu located in the top left side of your page, click "Administer Wiki" | ||
8 | * Click on the "Users" button | ||
9 | * At the bottom of the page, click on "Add new user" | ||
10 | * Fill the fields and click on "Save" | ||
11 | * Your new user has been created! | ||
12 | * You can remove the user by clicking on the red cross located next to the "Last name" in the "Manage" column - should you wish to do so. | ||
13 | |||
14 | = Manage user groups in your wiki = | ||
15 | |||
16 | Now that you have created a couple of users, you can affect them to groups to manage them more easily: | ||
17 | |||
18 | * Click on the "Wiki" menu located in the top left side of your page, click "Administer Wiki" | ||
19 | * Click on the "Groups" button | ||
20 | * At the bottom of the page, click on "Add new group" | ||
21 | * Fill the field and click on "Create group" | ||
22 | * Now that you group exists, you will want to add users to the group | ||
23 | ** Click on the small pencil located to the right of your group's name in the "Manage" column | ||
24 | ** In the "Add new user" field, start typing the name of an user | ||
25 | ** Select the user of your choice from the drop-down suggestion list that starts appearing below the input field | ||
26 | ** Click on "Add" | ||
27 | ** Once you're done adding users to this group, click on the "X" button located top right | ||
28 | ** Your users are now group members! | ||
29 | |||
30 | {{info}}You can find more information about [[managing users and groups in your wiki on XWiki.org.>>http://platform.xwiki.org/xwiki/bin/view/Features/UsersAndGroupsManagement]]{{/info}} | ||
31 | |||
32 | * Next: [[Setting user rights>>GettingStarted.SettingUserRights]] |