Needs work
Project:
Password reset
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2008 at 15:28 UTC
Updated:
29 Mar 2008 at 19:02 UTC
The module is modified so that the administrator can choose the password reset method
from the two possible options:
1- Use secret questions previously set by the administrator (this is what the original version does)
2- Use user custom questions.
The number of user custom questions to be used in the second case is set by the administrator to a number from 1 to 5. User enters his/her own question(s) and answer(s).
| Comment | File | Size | Author |
|---|---|---|---|
| password_reset_module.patch | 27.94 KB | yarimbiyik | |
| password_reset_install.patch | 1.6 KB | yarimbiyik |
Comments
Comment #1
yarimbiyik commentedComment #2
Zen commentedI have only give the patch a quick visual browse.
Thanks Arif.
-K
Comment #3
Zen commentedThe extra DB table is also unnecessary. It can be merged into the password_reset table along with a type field to differentiate between admin presets and custom questions.