Changes for page User Management

Last modified by Manuel Leduc on 2022/05/23

From version 44.1
edited by Silvia Macovei
on 2010/03/03
Change comment: Document converted from syntax xwiki/1.0 to syntax xwiki/2.0
To version 44.2
edited by Silvia Macovei
on 2010/03/03
Change comment: Fixed Title; Fixed Inconsistencies; Added borders to images

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +User Management
Content
... ... @@ -1,20 +1,10 @@
1 -{{velocity filter="none"}}
2 -{{html clean="false" wiki="true"}}
3 -#startfloatingbox()
4 -**Contents**
1 +{{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}}
5 5  
6 -{{toc start="2" depth="3" numbered=""/}}
7 -#endfloatingbox()
8 -{{/html}}
9 -{{/velocity}}
10 -
11 -= User Management =
12 -
13 13  {{info}}
14 14  These instructions assume you're using XWiki 1.2 or later with **[[Albatross or Toucan skin>>AdminGuide.Skins]]** (screenshots for Toucan).
15 15  {{/info}}
16 16  
17 -== Adding users to your wiki ==
7 += Adding users to your wiki =
18 18  
19 19  1. Log in as an administrator.
20 20  1. Click on the **##Administration##** link in the top right corner of the screen to go to the main Administration page.
... ... @@ -24,9 +24,9 @@
24 24  
25 25  [[image:registeruser.jpg]]
26 26  
27 -== Changing a user's password ==
17 += Changing a user's password =
28 28  
29 -=== Changing the password for any user ===
19 +== Changing the password for any user ==
30 30  
31 31  1. Log in as an administrator.
32 32  1. Click on the **##Administration##** link in the top right corner of the screen to go to the main Administration page.
... ... @@ -35,9 +35,9 @@
35 35  1. To the URL of the page add the following extension: **##?xpage=passwd##**.
36 36  1. Modify the password and click the **##Update##** button to save your change. Don't forget to tell the user!
37 37  
38 -[[image:changepassword.jpg]]
28 +[[[[image:changepassword.jpg||style="border:1px solid black; padding:1px; display:block]]>>changepassword.jpg]]
39 39  
40 -=== Changing the password for the logged in user ===
30 +== Changing the password for the logged in user ==
41 41  
42 42  To change **your own password**:
43 43  
... ... @@ -45,9 +45,9 @@
45 45  1. Click on the **##Change password##** link in the menu
46 46  1. Modify the password and click the **##Update##** button to save your change.
47 47  
48 -[[image:changepassword2.jpg]]
38 +[[[[image:changepassword2.jpg||style="border:1px solid black; padding:1px; display:block]]>>changepassword2.jpg]]
49 49  
50 -== Editing an existing user ==
40 += Editing an existing user =
51 51  
52 52  1. Log in as an administrator.
53 53  1. Click on the **##Administration##** link in the top right corner of the screen to go to the main Administration page.
... ... @@ -65,7 +65,7 @@
65 65  
66 66  [[image:edituser2.jpg]]
67 67  
68 -== Deleting a user ==
58 += Deleting a user =
69 69  
70 70  1. Log in as an administrator.
71 71  1. Click on the **##Administration##** link in the top right corner of the screen to go to the main Administration page.
... ... @@ -76,10 +76,11 @@
76 76  You won't be able to delete the currently logged in user and you'll need to log using other credentials. This is to prevent mistakes...
77 77  {{/info}}
78 78  
79 -[[image:edituser.jpg]]
69 +[[[[image:edituser.jpg||style="border:1px solid black; padding:1px; display:block]]>>edituser.jpg]]
80 80  
81 -== Customizing the Registration page ==
82 82  
72 += Customizing the Registration page =
73 +
83 83  You can also customize the way users are registered in your XWiki by creating a ##XWiki.Registration## page which will override the default registration page.
84 84  
85 85  {{info}}
... ... @@ -86,7 +86,7 @@
86 86  Since 2.2M2 this is done by the Verified Registration Page, part of the [[Administration Application>>code:Applications.AdministrationApplication]]. 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.
87 87  {{/info}}
88 88  
89 -If you don't know what to put in the page you can start by copying the content of ##http://yourserver/xwiki/templates/registerinline.vm## and paste it in your ##XWiki.Registration## page. You'll have to be careful to remove the first test in the template or your registration page will loop forever: ##
80 +If you don't know what to put in the page you can start by copying the content of ##http://yourserver/xwiki/templates/registerinline.vm ## and paste it in your ##XWiki.Registration## page. You'll have to be careful to remove the first test in the template or your registration page will loop forever:
90 90  
91 91  {{code language="none"}}
92 92  #if(!$xwiki.hasAccessLevel("view","XWiki.Registration")||$xwiki.getDocument("XWiki.Registration").isNew())

Get Connected