Some of this info can be tracked in sys_profiles and bx_persons_data tables. But password recovery will available only for the users themselves - UNA doesn't store this part in the direct view.
Sorry, table `sys_accounts` has the `ip` field where is stored the ip of the last visit. So your feature will require a new mod, with wide calling the function getVisitorIP().
Hi, something similar is available in the AMS module of AQB. This is what the display looks like in the Dolphin version. If it suits you, just wait a bit, AQB will soon provide the same tool for UNA.
Hello TAGMOOD !
Some of this info can be tracked in sys_profiles and bx_persons_data tables. But password recovery will available only for the users themselves - UNA doesn't store this part in the direct view.
great!
So I have to develop a plugin for this?
If the info from the mentioned tables isn't fine for you, then yes.
Hi LeonidS, the above mentioned tables do not contain any informations about accesses.
Assuming to have 2 registered users, I need for example a log like this:
Username1, Registration Date, IP
Username2, Registration Date, IP
Username1, Login Date, IP
Username1, Login Date, IP
Username2, Login Date, IP
Thank you
Hello TAGMOOD !
Sorry, table `sys_accounts` has the `ip` field where is stored the ip of the last visit. So your feature will require a new mod, with wide calling the function getVisitorIP().
Hi, something similar is available in the AMS module of AQB. This is what the display looks like in the Dolphin version. If it suits you, just wait a bit, AQB will soon provide the same tool for UNA.
Yes Baloo, thanks for your reply