OpenCAD-php
OpenCAD-php copied to clipboard
[PROPOSAL] Deprecation of `passwordReset` column in the users table
Is your feature request related to a problem? Please describe. This feature request has been created to separate Issue 394 into separate proposals.
Describe the solution you'd like
Deprecation of the passwordReset column in the users table.
Describe alternatives you've considered N/A
Additional context Introduce new status of 3 which would correspond to "User must reset password upon next login".
The underlying problem with this is that the reset password facility isn't currently implemented.
Changes were made to oc-install.sql. The concept must be implemented in the code.