You are here

README.txt in Security Questions 7.2

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7 README.txt
Security Questions provides administrator configurable challenge 
questions during the log in process.

Security questions lets the admin come up with questions, and then
lets the user submit their own answer to the question.

The log in form is altered to just show the username field and a 
submit button. Once a user enters their username, the module 
searches for their account, and randomly brings back one of their
security questions. They then need to provide the answer to the
questions as well as their password for authentication.

The user register form also gets a fieldset of questions so that 
the user can pick what question they want to answer and a textbox 
for their answer.

Once logged in, the user will see a tab on their account page 
called "Security Questions." This page lists the questions that 
they have chosen to answer, and provide a link for them to edit 
their answer.

NOTE: This is my first module that actually does something 
useful for more than just my client's project. Please test it out, 
and let me know of any issues. I will do my best to fix it.

****************************
INSTALLATION & CONFIGURATION
****************************
1. Download and enable the module just like any other module.
2. Go to Admin -> Configuration -> People -> Security Questions.
   (admin/config/people/security_questions)
3. Add questions for users to answer. These will be shown to users
   during the registration and login process. I would suggest having
   2 to 3 more than the number of required questions.
4. Go to the settings tab, and set the number of questions users will
   be required to answer. I would suggest no more than 3 or 4.

File

README.txt
View source
  1. Security Questions provides administrator configurable challenge
  2. questions during the log in process.
  3. Security questions lets the admin come up with questions, and then
  4. lets the user submit their own answer to the question.
  5. The log in form is altered to just show the username field and a
  6. submit button. Once a user enters their username, the module
  7. searches for their account, and randomly brings back one of their
  8. security questions. They then need to provide the answer to the
  9. questions as well as their password for authentication.
  10. The user register form also gets a fieldset of questions so that
  11. the user can pick what question they want to answer and a textbox
  12. for their answer.
  13. Once logged in, the user will see a tab on their account page
  14. called "Security Questions." This page lists the questions that
  15. they have chosen to answer, and provide a link for them to edit
  16. their answer.
  17. NOTE: This is my first module that actually does something
  18. useful for more than just my client's project. Please test it out,
  19. and let me know of any issues. I will do my best to fix it.
  20. ****************************
  21. INSTALLATION & CONFIGURATION
  22. ****************************
  23. 1. Download and enable the module just like any other module.
  24. 2. Go to Admin -> Configuration -> People -> Security Questions.
  25. (admin/config/people/security_questions)
  26. 3. Add questions for users to answer. These will be shown to users
  27. during the registration and login process. I would suggest having
  28. 2 to 3 more than the number of required questions.
  29. 4. Go to the settings tab, and set the number of questions users will
  30. be required to answer. I would suggest no more than 3 or 4.