jeffreyhi1 / loginsystem-rd

Automatically exported from code.google.com/p/loginsystem-rd
0 stars 0 forks source link

Questions table (security questions and answers) Comments Needed #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not slated for release one:

If we implement security questions and answers or offer that option in the
configuration file we will need a table to hold the user's questions and
answers.

Proposed:
FIELD       TYPE        SIZE    NOTE
id      integer       4 autoincrement
userid      integer       4 the id from the user's table - not the owners User id
question    varchar     255 a security question
answer      varchar     255 this user's answer

Original issue reported on code.google.com by rdivilb...@gmail.com on 6 Feb 2010 at 11:46

GoogleCodeExporter commented 8 years ago

Original comment by rdivilb...@gmail.com on 8 Feb 2010 at 5:11

GoogleCodeExporter commented 8 years ago
More than a month has passed without objections. The table stucture exists in 
beta,
although it will not be implemented until a later release.

Original comment by rdivilb...@gmail.com on 9 Mar 2010 at 4:50