USEPA / emf

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

User Manager: allow admins to disable login for former users #103

Closed cseppan closed 2 years ago

cseppan commented 2 years ago

Review how users.is_account_disabled flag is used

Add UI to let admins disable/enable accounts

ddelvecchio commented 2 years ago

Added two new buttons (admin user only) on the UsersManager class to allow for enabling and disabling users. Added appropriate presenter methods to UsersManagerPresenter method, to enable/disable user using an existing updateUser service call.