| Author |
Message |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#1
|
udittmer
Joined: Feb 21, 2013
Messages: 433
Offline
|
Check out the Systemglobals.properties file for properties named "captcha", particularly captcha.registration and captcha.posts. Add those to the file WEB-INF/config/jforum-custom.conf, and set their value to true. Then start the web app.
Alternatively, assuming you built the web app from the latest code in SVN, those settings have a GUI in Admin Control Panel -> Configurations.
|
you can support my JForum work via Paypal |
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#2
|
chandumahesh.k@rsninfotech.com
Joined: Sep 23, 2016
Messages: 32
Offline
|
I made the Enable Captcha during registration to false.yet while registering the user the error is "Captcha response does not match the challenge"
|
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#3
|
chandumahesh.k@rsninfotech.com
Joined: Sep 23, 2016
Messages: 32
Offline
|
im using Jforum 2.4.1
|
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#4
|
udittmer
Joined: Feb 21, 2013
Messages: 433
Offline
|
Check the value in jforum-custom.conf and make sure it is correct. if you change it, make sure to stop the web app before changing it.
|
you can support my JForum work via Paypal |
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#5
|
chandumahesh.k@rsninfotech.com
Joined: Sep 23, 2016
Messages: 32
Offline
|
i didnt find any jforum-custom.conf
|
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#6
|
udittmer
Joined: Feb 21, 2013
Messages: 433
Offline
|
It is stored in WEB-INF/conf.
|
you can support my JForum work via Paypal |
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#7
|
chandumahesh.k@rsninfotech.com
Joined: Sep 23, 2016
Messages: 32
Offline
|
can u share the svn link
|
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#8
|
udittmer
Joined: Feb 21, 2013
Messages: 433
Offline
|
The directory and the file get created when you install and run the web app; look in your servlet container's webapps directory for the jforum2 directory. The file is not part of the source code.
|
you can support my JForum work via Paypal |
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#9
|
chandumahesh.k@rsninfotech.com
Joined: Sep 23, 2016
Messages: 32
Offline
|
udittmer wrote:Check out the Systemglobals.properties file for properties named "captcha", particularly captcha.registration and captcha.posts. Add those to the file WEB-INF/config/jforum-custom.conf, and set their value to true. Then start the web app.
Alternatively, assuming you built the web app from the latest code in SVN, those settings have a GUI in Admin Control Panel -> Configurations.
i want to disable the captcha while registering
|
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#10
|
udittmer
Joined: Feb 21, 2013
Messages: 433
Offline
|
Then which of the two setttings do you think will be involved?
|
you can support my JForum work via Paypal |
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#11
|
chandumahesh.k@rsninfotech.com
Joined: Sep 23, 2016
Messages: 32
Offline
|
i have done as u said
|
|
| Filename |
same issue.png |
Download
|
| Description |
No description given |
| Filesize |
29 Kbytes
|
| Downloaded: |
206011 time(s) |
|
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#12
|
udittmer
Joined: Feb 21, 2013
Messages: 433
Offline
|
That's odd. Stop the web app, and inspect jforum-custom.conf for the value of the captcha.registration property and post it here. IN fact, post all "captcha.*" property values here.
|
you can support my JForum work via Paypal |
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#13
|
chandumahesh.k@rsninfotech.com
Joined: Sep 23, 2016
Messages: 32
Offline
|
Captcha response does not match the challenge.
| Filename |
jforum-custom.txt |
Download
|
| Description |
No description given |
| Filesize |
1 Kbytes
|
| Downloaded: |
205367 time(s) |
| Filename |
SystemGlobals.properties |
Download
|
| Description |
No description given |
| Filesize |
19 Kbytes
|
| Downloaded: |
213264 time(s) |
|
|
|
 |
10 years ago
|
![[Up]](/templates/default/images/icon_up.gif)
#14
|
udittmer
Joined: Feb 21, 2013
Messages: 433
Offline
|
You're right, there is a bug in 2.4.1 that causes the values of registration captcha and post captcha to not being used correctly. I have just checked in a fix for that into the SVN repository. If you grab the latest source code and build the war file yourself using Maven, you will get the fix and everything else listed in https://sourceforge.net/p/jforum2/wiki2/NewFeaturesTrunk/ as well.
|
you can support my JForum work via Paypal |
|
|
 |
|
|