OpenCAD-php icon indicating copy to clipboard operation
OpenCAD-php copied to clipboard

[PROPOSAL] Deprecation of `passwordReset` column in the users table

Open devotedsouls opened this issue 4 years ago • 2 comments

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".

devotedsouls avatar Jun 17 '21 20:06 devotedsouls

The underlying problem with this is that the reset password facility isn't currently implemented.

devotedsouls avatar Jun 17 '21 20:06 devotedsouls

Changes were made to oc-install.sql. The concept must be implemented in the code.

phillf avatar Jun 12 '22 22:06 phillf