GOCDB / gocdb

Grid Operations Configuration Management Database. A Repository, Portal and REST style API for managing Grid and Cloud topology objects including; projects, administrative domains, sites, services, service-endpoints, service-groups, downtimes, users, roles and business rules.
Apache License 2.0
12 stars 27 forks source link

[GT-181] Add last logged in field for admins #477

Closed Sae126V closed 1 year ago

Sae126V commented 1 year ago

[Functionality]

To help with user support when someone queries one of the account deletion emails, it would be useful to be able to see when the account was last logged in to in the web interface.

"Resolves https://github.com/GOCDB/gocdb/issues/456 ".

Sae126V commented 1 year ago

Ready to be reviewed.

gregcorbett commented 1 year ago

Looks good to me.

There's a slight issue with the colour of the rows if a User doesn't have a Home Site (I forgot this was a thing and it is being removed from GOCDB #266), however this is probably easiest to fixed as part of the wider refatoring to how the colour of the rows is decided.

image

vs

image

I've opened #478 to track this.

gregcorbett commented 1 year ago

rebasing on top of latest dev