by rob » Mon Mar 24, 2008 1:36 pm
Presently there isn't a way to quickly search who is inactive, but we did record the last log incase we decided to add such a feature. Basically in each accounts 'config.ini', there is a parameter called 'lastlogintime' (eg. lastlogintime=20080204103416). The format of the number is YYYYMMDDHHMMSS. If you had the facility, you could write a quick script or application which could scan through all the users config.ini and make a list of inactive users. Alternatively this value could be manually examined per user but of course that would be rather time consuming.