Footprints Data Model |
Table |
Name | pwd_reset_question |
Comment |
Questions, once they've been saved, can only be disabled (deactivated). Users who have already used those questions as part of their password reset registration will still be able to use the disabled questions. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
pwd_reset_question_id | bigint | The automatically generated primary key of the pwd_reset_question table. | Yes | No |
question | varchar(255) | The value of a Password Reset Question, stored as a string. | No | No |