Wiki source code of CreatingNewUsers
Version 1.2 by Vincent Massol on 2009/02/02
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | 1 Creating new users | ||
3 | |||
4 | #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]") | ||
5 | |||
6 | 1.1 Create a new user in your wiki | ||
7 | |||
8 | Now that your wiki has a brand new logo and great panels, it's time to add a couple users: | ||
9 | * Click on the "Administration" link at the top right of your page | ||
10 | * Click on the "Users" button | ||
11 | * At the bottom of the page, click on "Add new user" | ||
12 | * Fill the fields and click on "Save" | ||
13 | * Your new user has been created! | ||
14 | * You can now remove it by clicking on the red cross to the right of his name in the "Manage" column - shall ou wish to do so. | ||
15 | |||
16 | 1.1 Manage user groups in your wiki | ||
17 | |||
18 | Now that you have created a couple nes users, you can affect them to groups to manage them more easily: | ||
19 | * Click on the "Administration" link at the top right of your page | ||
20 | * Click on the "Groups" button | ||
21 | * At the bottom of the page, click on "Add new group" | ||
22 | * Fill the field and click on "Create group" | ||
23 | * Now that you group exists, you will want to add users to the group | ||
24 | ** Click on the small pencil located to the right of your group's name in the "Manage" column | ||
25 | ** In the "Add new user" field, start typing the name of an user | ||
26 | ** Select the user of your choice from the drop-down suggestion list that starts appearing below the input field | ||
27 | ** Click on "Add" | ||
28 | ** Once you're done adding users to this group, click on the "close" button located at the top right of the lightbox | ||
29 | ** Your users now belong to that group! | ||
30 | |||
31 | * Next: [Setting user rights>GettingStarted.SettingUserRights] |