Is it possible to add columns in order to sort with lastLogin from UI ?
-
Hi,
On the general user list that is provided by default with fusionAuth, users can be sorter by:- login
- full name
- username
- date of creation
Is it possible to add new columns and to remove some ?
Best regards
-
@jbtruffault This would be a new feature request. Please feel free to file one here: https://github.com/fusionauth/fusionauth-issues/issues
An alternative would be to use the login API to export the login records into a database or other data storage system and then to sort it as you see fit. This API is documented here: https://fusionauth.io/docs/v1/tech/apis/login#export-login-records
-
@dan Thank you very much for your answer !
I already use the API sorting features, and it's great ! =D
I just have users that are not technical and that are accessing the UI to get usage statistics. Regarding the deep customization possibilities of fusionAuth, I was surprised not to be able to add/remove columns !The feature request has been created ! Thanks for suggesting ! https://github.com/FusionAuth/fusionauth-issues/issues/2086
-
@jbtruffault Thanks! The admin UI has minimal customization, but appreciate you raising the issue. It's on the list.