PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
express
Client


Joined: Jan 03, 2007
Posts: 94

PostPosted: Fri Mar 12, 2010 10:58 pm Reply with quote Back to top

Hi again,

I have a question that I hope you can help me with. We have a new member to our site who is blind. He has a software program that allows him to interact with the site. The problem is he is not able to "see" the captcha security code entry during the login.
I need to have certain login features enabled on the site for security reasons but want to find a workaround so our friend can login and access our site. What are my solutions to this issue? I have seen some sites that have a "voice cue", is that a possibility with RN?

Thanks in advance,
Express
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Sat Mar 13, 2010 3:23 am Reply with quote Back to top

Some of the audio CAPTCHA's are easily bypassed so for me personally, it isn't much of an option.
I suspect the crux of the problem might actually be in the way they CAPTCHA is presented e.g. there may not be a 'label' on the form to tell accessibility software (screen reader?) what is in the box or where to type the code.
It might help if we knew exactly which page the user in on when trying to log-in i.e. the homepage log-in box or the main account page log-in, or the registration page etc...
View user's profile Send private message Send e-mail Visit poster's website
wHiTeHaT
Involved
Involved


Joined: Jul 18, 2004
Posts: 442
Location: Netherlands

PostPosted: Sat Mar 13, 2010 5:41 am Reply with quote Back to top

if it is only this user and he has a static ip , let him login automaticly when he visit?
ofcourse this isnt what you where looking for , but atleast he's able to get in to your site.
or disable the $gfx for this ip
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1364
Location: Texas, USA

PostPosted: Sat Mar 13, 2010 9:34 am Reply with quote Back to top

I know kguske removed the capacha from the login on his site (I imagine he kept for registration). I have not seen a setting for disabling so I assume he went in and did some edits (could be wrong)... but that is a possible solution, although I don't know if he took extra steps to keep bots from going to town on that form.

Do you know if your user is using a braille and/or aural reader? I did some testing on braille/aural stylesheets but don't know anyone who was able to try them out. I may be able to give you a braille/aural stylesheet to improve his/her experience on your site... depending on what theme you are using (it works best for CSS based themes like ravenice). If you can post/pm a link to the site I'll take a look.
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Sat Mar 13, 2010 10:29 am Reply with quote Back to top

In config.php, you can set the captcha for different login types.

// 0: No check
// 1: Administrators login only
// 2: Users login only
// 3: New users registration only
// 4: Both, users login and new users registration only
// 5: Administrators and users login only
// 6: Administrators and new users registration only
// 7: Everywhere on all login options (Admins and Users)

I use 6 which only uses the login captcha for new user registration and admin login.
View user's profile Send private message Send e-mail Visit poster's website
express
Client


Joined: Jan 03, 2007
Posts: 94

PostPosted: Sat Mar 13, 2010 10:54 am Reply with quote Back to top

Thanks to all of you for your input. I was unawares as to the config properties so will try that first, since it is the fastest and simplest to try.

I will check to see which reader he is using and get back to you spastic. The site is
Only registered users can see links on this board!
Get registered or login to the forums!


The settings are pretty restrictive so that only registered members can view most of the site. All a non registered member will see is the home page.

I will post here as soon as you has a chance to login this evening.

Thanks again,
Express
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1364
Location: Texas, USA

PostPosted: Sat Mar 13, 2010 11:16 am Reply with quote Back to top

my knowledge of braille/aural stylesheets is somewhat limited, but the basic idea is to hide as much of the non-important content, such as the blocks, or other content/styling which makes no sense for visually impaired users. From my understanding the setup for braille/aural is about the same... I have a "beta" braille/aural setup for ravenice, but I have not touched the forums area as of yet.

Your particular theme is table-based so it's harder to hide content via a CSS file. If you would consider making ravenice available to your user, I'll see if I can finish the "beta" and get the required stuff over to you... (as time allows, I have about 20 projects going atm Wink )

If you want a preview of what a braille stylesheet looks like:
Only registered users can see links on this board!
Get registered or login to the forums!

and in your browser menu select:
view -> page style -> braille

It's still somewhat under construction but should deliver a much better visually impaired experience than w/o it Smile
View user's profile Send private message
express
Client


Joined: Jan 03, 2007
Posts: 94

PostPosted: Sat Mar 13, 2010 11:54 am Reply with quote Back to top

wow thank you spastic! I will change the theme for him no problemo.
Appreciate all of your help you fine folks at RN


Wave
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1364
Location: Texas, USA

PostPosted: Sat Mar 13, 2010 12:24 pm Reply with quote Back to top

cool, I'll see if I can put something together for you in the next week or so.
@ current it is set to hide forms and textareas because I figured they could never get past the captcha, but I will be changing that. I had actually set this aside for awhile, because I needed someone to test.. so this helps me too Smile

it will require RN v2.4 or greater btw... I didn't think to ask your version Wink
View user's profile Send private message
express
Client


Joined: Jan 03, 2007
Posts: 94

PostPosted: Mon Mar 15, 2010 11:43 pm Reply with quote Back to top

Well it worked. He is able to login and partake of the website. Many thanks!

I am using RN 2.4 spasticdonkey.
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1364
Location: Texas, USA

PostPosted: Tue Mar 16, 2010 7:44 am Reply with quote Back to top

excellent Smile
did you happen to find out what type of device he is using?
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum