Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Jamroom Help:
Disable CAPTCHA?
erh777



Joined: 09 Nov 2004
Posts: 258

Posted: 01/31/11 10:25 
Is there some way to disable CAPTCHA when new users are signing up? I think it's causing a lot of problems with sign-ups on my site. I've gotten a few complaints about everything being unreadable but I think most people don't complain... they just leave the site.

I can't find a switch to disable it... is there one?

Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 01/31/11 15:04 
You can turn it off in the system config > account settings page.

Kyle


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
Intro2Music



Joined: 04 Feb 2004
Posts: 427
Location: UK

Posted: 01/31/11 15:59 
Is there any way to change the font for the captcha? I too have had a lot of complaints about it being unreadable like having double-vision. Not very good for people with sight problems the way it is now.


_________________
www.musical1.com
Back to top
smith.kyle
CodeSmith


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 01/31/11 19:15 
Not that I know of. I have an issue every once in a while reading the CAPTCHAs, but if I have that issue, I just click on the image until I get one that I can read easily.

Kyle


_________________
kyle[at]jamroom.net

Yes...that's a soda machine...

I get bored when no one's posting...
Back to top
beazyboy



Joined: 01 May 2009
Posts: 619
Location: NastiNati

Posted: 02/01/11 17:36 
I done a permanent 301 redirect and sign ups were not working afterward, don't know if it was related, I disabled the CAPTCHA and now they work


_________________
ServeMeBeats.com
Buy beats for sale online!
Back to top
Michael
Jamroom Team


Joined: 22 Apr 2008
Posts: 3423
Location: Tokyo

Posted: 02/14/12 01:38 
in Jamroom 4.2.6 this does not seam to be an option in the system config > account settings page.
/jrconfig.php?mode=detailed_settings&section=artist

has it moved? been disabled?


_________________
Michael Ussher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Douglas
Jamroom Team


Joined: 08 Oct 2004
Posts: 6639
Location: Tornado Alley!

Posted: 02/15/12 04:11 

ussher:
in Jamroom 4.2.6 this does not seam to be an option in the system config > account settings page.
/jrconfig.php?mode=detailed_settings&section=artist

has it moved? been disabled?


Its the Admin Options > System Config > Account Settings > Use Image Validation setting under the Account Login Settings section.


Intro2Music:

Is there any way to change the font for the captcha? I too have had a lot of complaints about it being unreadable like having double-vision. Not very good for people with sight problems the way it is now.


You can modify the way the captcha image looks by modifying the include/captcha/php-captcha.inc.php file... this is the area you want to look at:


Code
   define('CAPTCHA_SESSION_ID', 'php_captcha');
   define('CAPTCHA_WIDTH', 200); // max 500
   define('CAPTCHA_HEIGHT', 50); // max 200
   define('CAPTCHA_NUM_CHARS', 7);
   $captcha_num_lines = mt_rand(20,70);
   define('CAPTCHA_NUM_LINES', $captcha_num_lines);
   define('CAPTCHA_CHAR_SHADOW', true);
   define('CAPTCHA_OWNER_TEXT', '');
   $captcha_char_set = explode(',','A,B,C,D,E,F,G,H,I,J,K,L,M,N,P,Q,R,S,T,U,V,W,X,Y,Z,2,3,4,5,7,8,9');
   define('CAPTCHA_CHAR_SET', $captcha_char_set);
   define('CAPTCHA_CASE_INSENSITIVE', true);
   define('CAPTCHA_BACKGROUND_IMAGES', '');
   define('CAPTCHA_MIN_FONT_SIZE', 16);
   define('CAPTCHA_MAX_FONT_SIZE', 26);
   define('CAPTCHA_USE_COLOUR', true);
   define('CAPTCHA_FILE_TYPE', 'jpeg');
   define('CAPTCHA_FLITE_PATH', '/usr/bin/flite');
   define('CAPTCHA_AUDIO_PATH', '/tmp/'); // must be writeable by PHP process


Hope this helps,
Douglas


_________________
Douglas Hackney
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Michael
Jamroom Team


Joined: 22 Apr 2008
Posts: 3423
Location: Tokyo

Posted: 02/15/12 18:00 
Thanks Doug, Smile

I was ctrl+f searching with 'captcha'. Much appreciated.


_________________
Michael Ussher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Douglas
Jamroom Team


Joined: 08 Oct 2004
Posts: 6639
Location: Tornado Alley!

Posted: 02/15/12 20:42 

ussher:
Thanks Doug, Smile

I was ctrl+f searching with 'captcha'. Much appreciated.


Your Welcome! Smile


_________________
Douglas Hackney
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Jamroom Help

 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.