Re: [xwiki-users] Captcha for comments

2010-05-27 Thread Gregor Schneider
Hi Caleb, On Thu, May 27, 2010 at 4:54 PM, Sergiu Dumitriu wrote: > > It's normal, the wiki searches for rights in certain documents, which > may be missing. > ic - I was already wondering why the log-message contains "INFO". However, looks a bot awkward having all those exceptions in my log. I'

Re: [xwiki-users] Captcha for comments

2010-05-27 Thread Sergiu Dumitriu
On 05/27/2010 01:13 PM, Gregor Schneider wrote: > Caleb, > > as I wrote b4, almost everything works fine, however, it seemd that I > cant watch the Wiki anymore (meaning getting updates on changes). > > In the logs, I can see the following exception: > > Any idea how to fix that now? > > 2010-05-27

Re: [xwiki-users] Captcha for comments

2010-05-27 Thread Gregor Schneider
Hi Caleb, I wrote already that notification works, however, I'm getting those exceptions. And it's not only one document. I just grepped through the log for the string "XWikiDocument", and this is the snippet showing you that almost each document is affcted: org.hibernate.ObjectNotFoundException

Re: [xwiki-users] Captcha for comments

2010-05-27 Thread Caleb James DeLisle
Gregor Schneider wrote: > Caleb, > > I got no idea why that exception occured. What I do see now is that > the notification ("watch") no works. > > The exception, however, comes up every few seconds, and this behaviour > started after I added the property to the XWikiPreferences-class, so > my

Re: [xwiki-users] Captcha for comments

2010-05-27 Thread Gregor Schneider
Caleb, I got no idea why that exception occured. What I do see now is that the notification ("watch") no works. The exception, however, comes up every few seconds, and this behaviour started after I added the property to the XWikiPreferences-class, so my guess is that those two are somehow relate

Re: [xwiki-users] Captcha for comments

2010-05-27 Thread Caleb James DeLisle
Looks like it's failing while checking if you have comment access on AnnotationCode.WebHome. Was this introduced by turning on captcha? I can't see how the two could be related. Gregor Schneider wrote: > Caleb, > > as I wrote b4, almost everything works fine, however, it seemd that I > cant wat

Re: [xwiki-users] Captcha for comments

2010-05-27 Thread Gregor Schneider
Caleb, as I wrote b4, almost everything works fine, however, it seemd that I cant watch the Wiki anymore (meaning getting updates on changes). In the logs, I can see the following exception: Any idea how to fix that now? 2010-05-27 12:44:02,980 INFO [http://myServer/xwiki/bin/get/AnnotationCode

Re: [xwiki-users] Captcha for comments

2010-05-27 Thread Gregor Schneider
Caleb, thanks for your really valuable input: Added the property, reloaded the app, and everything works like charm :) Cheers Gregor -- just because you're paranoid, don't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.df

Re: [xwiki-users] Captcha for comments

2010-05-27 Thread Gregor Schneider
Caleb, forget my last post - now I'm using the "edit"-URL (http://myServer/xwiki/bin/edit/XWiki/XWikiPreferences?editor=class), and voilĂ  - there is the class-editor. Will keep you guys posted if I get the captachs working. Cheers Gregor -- just because you're paranoid, don't mean they're not

Re: [xwiki-users] Captcha for comments

2010-05-27 Thread Gregor Schneider
Caleb, I'm afraid I'm too dump to get it. When I open http://myHost/xwiki/bin/admin/XWiki/XWikiPreferences, there's no "edit"-icon. Opening the URL http://dekolxrd01/xwiki/bin/admin/XWiki/XWikiPreferences?editor=class, there's no notable change. Any clues how to edit XWikiPreferences in classmo

Re: [xwiki-users] Captcha for comments

2010-05-26 Thread Caleb James DeLisle
Gregor Schneider wrote: > Hi Caleb, > > I'm pretty sure: > > Xwiki -> Administer Wiki -> Rights > > Alternativley: > > Space -> Administer Space -> Rights > > Can't find saif checkbox neither in the groups nor users-tab > > Is a possible reason for this behaviour, that I did *not* import th

Re: [xwiki-users] Captcha for comments

2010-05-26 Thread Gregor Schneider
Hi Caleb, I'm pretty sure: Xwiki -> Administer Wiki -> Rights Alternativley: Space -> Administer Space -> Rights Can't find saif checkbox neither in the groups nor users-tab Is a possible reason for this behaviour, that I did *not* import the following pages XWiki.XWikiPreferences XWiki.WebP

Re: [xwiki-users] Captcha for comments

2010-05-26 Thread Caleb James DeLisle
It's not in those files. Are you sure you are looking at the administration page and clicking the rights icon (with the no parking sign) rather than the rights for a single page (where you click access rights in the drop down menu.) This got me a few times. Caleb Gregor Schneider wrote: > Hi Gui

Re: [xwiki-users] Captcha for comments

2010-05-26 Thread Gregor Schneider
Hi Guillaume, actually I can't find anything regarding this in neither of said files. The docs also don't mention any necessary change of said files. If you can name a property I'd have to include, that would be great. Cheers Gregor -- just because you're paranoid, don't mean they're not afte

Re: [xwiki-users] Captcha for comments

2010-05-26 Thread Guillaume Lerouge
Hi Grgor, On Wed, May 26, 2010 at 15:36, Gregor Schneider wrote: > Hi guys, > > I've upgraded to XWiki 2.3. > > In the docs, it says: > > "To turn on comment captcha requirement, go to wiki or space > administration, click on the "Rights" section and notice the checkbox > toward the bottom labele

[xwiki-users] Captcha for comments

2010-05-26 Thread Gregor Schneider
Hi guys, I've upgraded to XWiki 2.3. In the docs, it says: "To turn on comment captcha requirement, go to wiki or space administration, click on the "Rights" section and notice the checkbox toward the bottom labeled "Require unregistered users to solve a captcha when posting a comment on a page"

Re: [xwiki-users] captcha plugin use

2010-04-02 Thread Caleb James DeLisle
Since 2.2, The captcha plugin has been removed and replaced with a module which uses a newer version of jcaptcha and makes better quality captchas. Try using the guide here http://code.xwiki.org/xwiki/bin/view/Modules/CaptchaModule Sorry about the confusion introduced by the snippet, I will add

[xwiki-users] captcha plugin use

2010-04-02 Thread Sophie Alexandre
Hi, I try to add a captcha to form and I think my trouble is that I don't arrive to activate the plugin. I'm sure to have the plugin; I have configure the : xwiki.properties (captcha.enabled = true) and the xwiki.cfg (xwiki.plugin.captcha = 1). For the code I add follow example given : http://cod

Re: [xwiki-users] CAPTCHA for comments and registration

2009-07-06 Thread maxelcat
PLEASE HELP - REALLY STUCK I am trying to get a captcha field to verify I have (I think) fully carried out step 1 from Sachin's reply in the file registerinline.vm in my xwiki. The captcha field appears with an input box. I now want to add part 2 - but I can't work out where to put the code (is

[xwiki-users] captcha - some progress - stuck now!

2009-07-02 Thread Edward Laptop
Dear All I am trying to get a captcha to work, and am struggling. If i go to edit the register page and edit the code I can get a captcha field to display :-) along with an input box. This is what I did: #if ($xwiki.jcaptcha.verifyCaptcha("CaptchaName")) #if ($context.user=="XWiki.XWikiGuest")

Re: [xwiki-users] Captcha

2009-04-01 Thread Edward Laptop
i.org [mailto:users-boun...@xwiki.org]on Behalf Of Edward Laptop Sent: 31 March 2009 15:15 To: XWiki Users Subject: [xwiki-users] Captcha Hi I have noticed there is a "captcha.vm" file in my installation of xwiki. Does this mean that I can add a captcha to a registration form?

Re: [xwiki-users] Captcha

2009-04-01 Thread Manfred
sure. - Original Message - From: "Edward Eldon" To: "XWiki Users" Sent: Wednesday, April 1, 2009 3:40:10 PM GMT +02:00 Harare / Pretoria Subject: Re: [xwiki-users] Captcha Thanks for that Please could someone tell me how to get started with getting the captcha up and running

Re: [xwiki-users] Captcha

2009-04-01 Thread Edward Eldon
l.com] Sent: 01 April 2009 13:59 To: edw...@eldon.gotadsl.co.uk; XWiki Users Subject: Re: [xwiki-users] Captcha There *is* a CAPTCHA option somewhere. Doesnt appear on my installed products right now but that could be because I've disabled 'public' user registration so it might on

Re: [xwiki-users] Captcha

2009-04-01 Thread Manfred
There *is* a CAPTCHA option somewhere. Doesnt appear on my installed products right now but that could be because I've disabled 'public' user registration so it might only kick in then. I'm very new to the product so as far as config goes I dunno, I've just seen it and was confronted with it in

[xwiki-users] Captcha

2009-03-31 Thread Edward Laptop
Hi I have noticed there is a "captcha.vm" file in my installation of xwiki. Does this mean that I can add a captcha to a registration form? Thanks Edward ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] captcha

2009-03-26 Thread Edward Laptop
Dear All My user has got back to me to say he would like a captcha text field added to his registration form. Is this possible, and could you please point me in the right direction. Many thanks Edward ___ users mailing list users@xwiki.org http://lis

Re: [xwiki-users] Captcha validates but still Registers

2008-03-24 Thread Campbell, Timothy D
Subject: Re: [xwiki-users] Captcha validates but still Registers $reg is the velocity variable which contains the registration status/result code. check com.xpn.xwiki.web.RegisterAction for more details. Thanks Sachin Campbell, Timothy D wrote: > > thanks for your reply, > > I see

Re: [xwiki-users] Captcha validates but still Registers

2008-03-24 Thread Sachin Mittal
> > From: [EMAIL PROTECTED] on behalf of Sachin Mittal > Sent: Fri 3/21/2008 2:34 AM > To: users@xwiki.org > Subject: Re: [xwiki-users] Captcha validates but still Registers > > > > > yes this is the way its working currently. > >

Re: [xwiki-users] Captcha validates but still Registers

2008-03-24 Thread Campbell, Timothy D
PROTECTED] (704) 877-2261 From: [EMAIL PROTECTED] on behalf of Sachin Mittal Sent: Fri 3/21/2008 2:34 AM To: users@xwiki.org Subject: Re: [xwiki-users] Captcha validates but still Registers yes this is the way its working currently. Currently the captcha is n

Re: [xwiki-users] Captcha validates but still Registers

2008-03-20 Thread Sachin Mittal
yes this is the way its working currently. Currently the captcha is not handled during user registration. So either you would have to custom build it for your work or wait till it gets added by xwiki team. There was some thread on this where I had suggested what can be done to add the validate c

[xwiki-users] Captcha validates but still Registers

2008-03-20 Thread Campbell, Timothy D
Hello all, I previously had an error with inputing JCaptcha on the register page. I figured out how to enable this plugin and I successful have it on the register page and it validates the captcha. (Meaning if it is wrong it throws an error code and if it is correct it registers user). The probl

[xwiki-users] Captcha Unresolved?

2008-03-04 Thread Campbell, Timothy D
Hello All, I am a young xwiki programmer who is faced with the problem of inputting Captcha validation for registering and comments. I already read through all of the list and past emails about this issue and I am having the same problem many has had which is showing the captcha but not valida

Re: [xwiki-users] CAPTCHA for comments and registration

2008-02-11 Thread Sachin Mittal
Following is needed to get the Captcha working on say user registration page: 1. For display inside the form that submits the user registration information add the following: ... ## declare the plugin #set($captchaPlugin = $xwiki.jcaptcha) #if ($captchaPlugin) ##call the displayCaptcha pass the c

Re: [xwiki-users] CAPTCHA for comments and registration

2007-12-19 Thread marlon hendred
Thank you s much!!! On Dec 19, 2007 12:21 AM, Sergiu Dumitriu <[EMAIL PROTECTED]> wrote: > I will, but after the 1.2 release. > > Sergiu > > marlon hendred wrote: > > Is no one going to help? > > > > On Dec 3, 2007 3:16 AM, Antonio Goncalves <[EMAIL PROTECTED] > >

Re: [xwiki-users] CAPTCHA for comments and registration

2007-12-19 Thread Sergiu Dumitriu
I will, but after the 1.2 release. Sergiu marlon hendred wrote: > Is no one going to help? > > On Dec 3, 2007 3:16 AM, Antonio Goncalves <[EMAIL PROTECTED] > > wrote: > > Hi, > > I'm also trying to add captcha validation to the comments. I've > looke

Re: [xwiki-users] CAPTCHA for comments and registration

2007-12-18 Thread marlon hendred
Is no one going to help? On Dec 3, 2007 3:16 AM, Antonio Goncalves <[EMAIL PROTECTED]> wrote: > Hi, > > I'm also trying to add captcha validation to the comments. I've looked at > Dodo skin and I'm trying to do the same for Albatross but it doesn't work. > I've set xwiki.plugin.captcha=1 in the x

Re: [xwiki-users] CAPTCHA for comments and registration

2007-12-18 Thread marlon hendred
Antonio, Were you able to get this working? On Dec 18, 2007 4:17 PM, marlon hendred <[EMAIL PROTECTED]> wrote: > Is no one going to help? > > > On Dec 3, 2007 3:16 AM, Antonio Goncalves <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > > I'm also trying to add captcha validation to the comments. I've

Re: [xwiki-users] CAPTCHA for comments and registration

2007-12-03 Thread Antonio Goncalves
Hi, I'm also trying to add captcha validation to the comments. I've looked at Dodo skin and I'm trying to do the same for Albatross but it doesn't work. I've set xwiki.plugin.captcha=1 in the xwiki.cfg. Dodo uses comments.vm but it looks like the most appropriate place in Albatros is commentsinlin

Re: [xwiki-users] CAPTCHA for comments and registration

2007-11-29 Thread marlon hendred
Hello All, Im trying to captcha validate my register page on my xwiki because i've had a problem with spam bots. I am using the albatross skin on xwiki v1.1.1.5166. I've asked this question before, and was told by someone to look at captcha.vm, edit.vm etc... in the dodo skins. The only thing I fou

Re: [xwiki-users] CAPTCHA for comments and registration

2007-11-07 Thread marlon hendred
Hi, So what documentation or resources did you read to get this working for you? On Nov 7, 2007 1:18 AM, Guillaume Lerouge <[EMAIL PROTECTED]> wrote: > Hi, > > I'm sorry but my competencies do not go so far as to explain why this does > not work... It worked for me :( > > Guillaume > > > > On 07/

Re: [xwiki-users] CAPTCHA for comments and registration

2007-11-07 Thread Guillaume Lerouge
Hi, I'm sorry but my competencies do not go so far as to explain why this does not work... It worked for me :( Guillaume On 07/11/2007, marlon hendred <[EMAIL PROTECTED]> wrote: > > Yes I have scowerd xwiki.org in search of some documentation on a lot > of things but have come up empty handed eve

Re: [xwiki-users] CAPTCHA for comments and registration

2007-11-07 Thread marlon hendred
Yes I have scowerd xwiki.org in search of some documentation on a lot of things but have come up empty handed every time. Although the code you gave does display the captcha with an input box, it seems that it accepts anything. How do i verify the user has input the correct value? On Nov 6, 2007 1

Re: [xwiki-users] CAPTCHA for comments and registration

2007-11-06 Thread Guillaume Lerouge
CaptchaName is indeed simply an arbitrary identifier you assign to your captcha, like an ID tag. That's useful when you are using the captcha twice on the same page or on your wiki. I think you can get jcaptcha to display a "please tell me how much do 3+8" instead of an image, not sure how to achie

Re: [xwiki-users] CAPTCHA for comments and registration

2007-11-06 Thread marlon hendred
Thanks for the response. So I got the captcha to show up but I still have some questions. what is "CaptchaName"? Just an arbitrary string? and what args does displayCaptcha() take? What other methods does jcaptcha have? Is there some sort of documentation somewhere that I could look at on this? Th

Re: [xwiki-users] CAPTCHA for comments and registration

2007-11-06 Thread Guillaume Lerouge
You can use this (with the plugin enabled): #if ($xwiki.jcaptcha.verifyCaptcha("CaptchaName")) The code for the action that needs to be captcha protected goes here (like for sending a form for instance) ##$xwiki.jcaptcha.displayCaptcha("CaptchaName", "") #if ($context.user=="XWiki.XWikiGuest")

Re: [xwiki-users] CAPTCHA for comments and registration

2007-11-05 Thread Paul Armstrong
On Mon, Nov 05, 2007 at 03:52:16PM -0800, marlon hendred wrote: > Hi, can someone help me with setting up CAPTCHA with the albatross skin for > registration and comments? Is there some example code I could look at? Or if > someone has this working could they give some guidence? I have the captcha >

[xwiki-users] CAPTCHA for comments and registration

2007-11-05 Thread marlon hendred
Hi, can someone help me with setting up CAPTCHA with the albatross skin for registration and comments? Is there some example code I could look at? Or if someone has this working could they give some guidence? I have the captcha plugin enabled but I'm kinda stuck on what to do next. Thanks in advanc

Re: [xwiki-users] CAPTCHA and XWIKI

2007-10-22 Thread Paul Armstrong
On Mon, Oct 22, 2007 at 01:24:37AM -0700, marlon hendred wrote: > Hello, > I have an xwiki and I would like to setup captcha on the login page. In the > xwiki.cfg file I have xwiki.plugin.captcha=1. I was wondering if someone could > point me to some documentation on how to use xwiki's captcha plug

[xwiki-users] CAPTCHA and XWIKI

2007-10-22 Thread marlon hendred
Hello, I have an xwiki and I would like to setup captcha on the login page. In the xwiki.cfg file I have xwiki.plugin.captcha=1. I was wondering if someone could point me to some documentation on how to use xwiki's captcha plugin. Thank you in advance! -mh _

[xwiki-users] CAPTCHA and XWIKI

2007-10-22 Thread marlon hendred
Hello, I have an xwiki and I would like to setup captcha on the login page. In the xwiki.cfg file I have xwiki.plugin.captcha=1. I was wondering if someone could point me to some documentation on how to use xwiki's captcha plugin. Thank you in advance! -mh _