[approved] Audio Security Code for the visually impaired.
| Author |
Message |
paperdragon


Joined: Aug 01, 2005 Posts: 189 Location: California
|
Post subject: [approved] Audio Security Code for the visually impaired. Posted: Fri Aug 25, 2006 11:29 pm |
|
I'm not sure there has been a request for this yet or not, but I did the search and couldn't find it.
Anyway, I have a vision impaired member who contact me that she can't access my downloads through the security code. Since the code is image, her program that uses to read it will not work. I would like this to be added to the new upcoming upgrade where admin can choose to place audio security code. I know that AIM e-mail have it when you sign up for their e-mail.
Thanks.
_________________ Always keep a big smile. You will live a long and happy life. 
paperdragon's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) OS Linux/1.3.37 (Unix)/MySQL 4.1.21/PHP 4.4.4/DF 9.1.0.9 CVS |
|
| Back to top |
|
 |
Phoenix


Joined: Apr 19, 2004 Posts: 8729 Location: Netizen
|
|
| Back to top |
|
 |
DJ Maze


Joined: Apr 19, 2004 Posts: 5668 Location: http://tinyurl.com/5z8dmv
|
Post subject: Re: [approved] Audio Security Code for the visually impaired. Posted: Sun Jan 07, 2007 12:57 pm |
|
That's a tough one since:
1. the code is 0 to 9 and a to f.
2. each sound for each char has to merged into a stream
I think it would be better to turn off the code and use anti-leach
DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Fedora 12 / 2.2.15 / 5.1.47 / 5.3.3 / CVS |
|
| Back to top |
|
 |
bart2


Joined: Jan 30, 2007 Posts: 38 Location: USA
|
Post subject: Re: [approved] Audio Security Code for the visually impaired Posted: Mon Feb 05, 2007 4:17 am |
|
Instead of building some fancy authentication scheme involving audio, how about this quick solution instead:
1) add a field to the user table
users.seccodeexempt
2) modify the admin "edit user account" script to include
an input to toggle that field value
3) add an "exemption" conditional within
validate_secimg()
... || $seccodeexempt == 1 ...
This way, admin can accomodate the user on a case-by-case basis (regardless of, and separate from, any usergroups the user account may be a member of)
bart2's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) DragonflyCMS version 9.1.1.0 |
|
| Back to top |
|
 |
Phoenix


Joined: Apr 19, 2004 Posts: 8729 Location: Netizen
|
Post subject: Re: [approved] Audio Security Code for the visually impaired. Posted: Mon Feb 05, 2007 4:31 am |
|
Nano has already built it, with some code already added to cvs
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
 |
|
| Back to top |
|
 |
NanoCaiordo


Joined: Jun 29, 2004 Posts: 3678 Location: Melbourne, AU
|
Post subject: Re: [approved] Audio Security Code for the visually impaired. Posted: Mon Feb 05, 2007 9:02 am |
|
bart2 thats a nice solution but cannot be applied at site wide level ... eg Contact module, admins and users login.
its already done but not active yet. There is nothing fancy here ... it pretty invisible with no pop-ups and no players coming up. Discrete, simple and fast.
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Back to top |
|
 |
bart2


Joined: Jan 30, 2007 Posts: 38 Location: USA
|
Post subject: Re: [approved] Audio Security Code for the visually impaired Posted: Mon Feb 05, 2007 9:17 pm |
|
10 audio files (0-9) multiplied by NN languages ?
If so, now we can have a new
"Learn to count most of your toes, in 100 different languages!" block
making use of those audio files, eh?
bart2's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) DragonflyCMS version 9.1.1.0 |
|
| Back to top |
|
 |
NanoCaiordo


Joined: Jun 29, 2004 Posts: 3678 Location: Melbourne, AU
|
Post subject: Re: [approved] Audio Security Code for the visually impaired Posted: Mon Feb 05, 2007 9:24 pm |
|
well with 54 a-z0-9 languages we can let the everyone know how to spell DragonflyCMS in any language
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Back to top |
|
 |
WebSiteGuru


Joined: Jun 09, 2005 Posts: 2321
|
|
| Back to top |
|
 |