USEPA / emf

Emissions Modeling Framework (EMF)
6 stars 3 forks source link

User Manager: show the date of the last password reset #105

Closed cseppan closed 2 years ago

cseppan commented 2 years ago

Add a new field to the users table last_reset_date to store the date of the last password reset (existing password_reset_date field indicates when password will expire)

ddelvecchio commented 2 years ago

Added appropriate DDL to the Data_Schema_upgrade.setup to create the field.
Added appropriate mapping to User.hmb.xml hibernate configuration file. Added new field to User model object. Set new field in appropriate places to make sure date is set correctly.