Changes for page User Management

Last modified by Manuel Leduc on 2022/05/23

From version 42.1
edited by Jerome
on 2008/09/12
Change comment: fixed a little issue with the server name
To version 43.1
edited by Caleb James DeLisle
on 2010/02/04
Change comment: Added note about registration page in administration application.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.jvelociter
1 +XWiki.CalebJamesDeLisle
Content
... ... @@ -70,6 +70,8 @@
70 70  
71 71  You can also customize the way users are registered in your XWiki by creating a <tt>XWiki.Registration</tt> page which will override the default registration page.
72 72  
73 +#info("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.")
74 +
73 73  If you don't know what to put in the page you can start by copying the content of <tt>http://yourserver/xwiki/templates/registerinline.vm</tt> and paste it in your <tt>XWiki.Registration</tt> page. You'll have to be careful to remove the first test in the template or your registration page will loop forever:
74 74  {code:none}
75 75  #if(!$xwiki.hasAccessLevel("view","XWiki.Registration")||$xwiki.getDocument("XWiki.Registration").isNew())

Get Connected