Closed (fixed)
Project:
Security Questions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2012 at 00:41 UTC
Updated:
20 Jun 2012 at 01:11 UTC
I updated the code in security_questions.module for D6 to make it optional whether or not the security questions should be included on the login screen. My testing indicates it works. I basically took what chertzog did to make the Password Reset sequence optional.
However, I did update the install script as well to make it Enabled by default. My patch attached to this issue also includes the changes implemented in #1617174: Add additional default questions to the installation.
Take it or leave it, but in my (client's) use case, we probably don't want the security questions on the login page, but only be used on the password reset form.
| Comment | File | Size | Author |
|---|---|---|---|
| security_questions.module.patch | 1.56 KB | DavidWhite | |
| security_questions.install.patch | 1.52 KB | DavidWhite |
Comments
Comment #1
chertzogIt's funny... i was planning on including this feature later this week.... I will get it committed later tonight.
Thanks
Comment #2
chertzogCommitted! Thanks.