You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes and change model and migration for user to add column
* set last login whenever logins or password resets occur
* Remove Inactive accounts
This sets up a job that runs every 12 hours to delete user accounts that are over 180 days since last login
* clarify messaging
* Fix Messaging and Remove Admin email since workflow is no longer required
* rename function to clarify
* Create user archive table
Created user archive table with all of the same columns of User, without Hash, adding in removed By and removed At. This table will be used to hold deleted users
* Update user_archive.js
* remove user method created and introduced
* remove unique email constraint on archive
* Finish archive user
* used delete user util function to clean up unverified user'
---------
Co-authored-by: yadhap Dahal <yadhap.dahal@lexisnexisrisk.com>
0 commit comments