Page 1 of 1

Last Login on Manage Users page.

Posted: Thu Sep 13, 2018 2:09 pm
by TBT
It would be helpful to display the Last Login time stamp column on the Manage Users page just as XI does.

Additionally, some may find it useful if there was an indicator for which accounts are set to 'Administrator' too.

Please make this happen.

Re: Last Login on Manage Users page.

Posted: Thu Sep 13, 2018 2:28 pm
by npolovenko
Hello, @TBT. Thanks for the suggestions! I am going submit a feature request on your behalf.
Please keep in mind that the decision to implement the enhancement is at the discretion of our development team.
Let me know if you have any other suggestions so far.

Re: Last Login on Manage Users page.

Posted: Fri Sep 14, 2018 8:41 am
by TBT
npolovenko wrote:Hello, @TBT. Thanks for the suggestions! I am going submit a feature request on your behalf.
Please keep in mind that the decision to implement the enhancement is at the discretion of our development team.
Let me know if you have any other suggestions so far.
For auditing purposes, is there currently a method to determine last login (in Fusion)?

Re: Last Login on Manage Users page.

Posted: Fri Sep 14, 2018 10:37 am
by npolovenko
@ TBT, Here's the query:
echo "SELECT * FROM users\G;" | mysql -ufusion -pfusion fusion
However, after testing it in on my Fusion in the lab it doesn't look like this field is getting updated.

Re: Last Login on Manage Users page.

Posted: Fri Sep 14, 2018 10:52 am
by TBT
npolovenko wrote:@ TBT, Here's the query:
echo "SELECT * FROM users\G;" | mysql -ufusion -pfusion fusion
However, after testing it in on my Fusion in the lab it doesn't look like this field is getting updated.
So, potential bug?

Re: Last Login on Manage Users page.

Posted: Fri Sep 14, 2018 11:35 am
by npolovenko
@TBT, I believe this particular table structure was originally borrowed from the XI but the table is not actually used in Fusion. I think we're good with the feature request to add the new column on the Manage users page, since implementing this would also include making it work on the backend.