Changes for page Registration

Last modified by John Stroy [Xino] on 2014/01/03 03:52

From version 1.1 Icon
edited by Vincent Massol
on 2011/03/17 13:07
Change comment: Imported from XAR
To version Icon 7.1 Icon
edited by John Stroy
on 2012/11/04 04:41
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.VincentMassol
1 +XWiki.jdstroy
Content
... ... @@ -232,7 +232,7 @@
232 232   })
233 233  #set($discard = $fields.add($field))
234 234  ##
235 -#* ## Uncomment this code to see an example of how you can easily add a field to the registration page
235 +## Uncomment this code to see an example of how you can easily add a field to the registration page
236 236  ## Note: The user's favorite color is not saved anywhere, see above for information on how to save it.
237 237  #set($field =
238 238   {'name' : 'favorite_color',
... ... @@ -263,7 +263,7 @@
263 263   ## will save the document as long as the user who last saved this registration page has programming rights.
264 264   $userDoc.saveWithProgrammingRights("Saved favorite color from registration form.")
265 265  #end
266 -## *###
266 +
267 267  ## To disable the captcha on this page, comment out the next two entries.
268 268  ## The captcha image, not an input field but still defined the same way.
269 269  #if($captchaservice