Let's forget passwords since those are encrypted making the complexity too high. I just want to create a user list.
Can a dbase knowledgeable person paste a little linux command line code that would do the following.
Read as input, a joomla 1.0.x user account dbase file.
Have three options for running, output to a text file;
A - Default option - Changed users only since last run
B - All user accounts
C - All users in a specific class
I would probably run this as a cron job, every 15 minutes.
-I'm looking to see when Registered (or some other class) falls out of Registered and into say Guest mode for example.
-I'm looking for long unused accounts, say someone has not used their account into 30 days or 365 days.
Maybe two sections in the output to cover the above? One section of users who fell out of one class to another. Section two, users who have not logged into for x number of days, configurable in the script.
Anyhow, using this text file, I could then import the user list into another application so that I can somewhat synch joomla with other apps.
Shot in the dark

.
Mike