Script to read users/passwords

Locked
mlewis
Joomla! Explorer
Joomla! Explorer
Posts: 291
Joined: Tue Mar 14, 2006 1:35 am

Script to read users/passwords

Post by mlewis » Tue Aug 26, 2008 10:13 pm

Might someone have a script which can do the following;

Looks at the user database file;

-generates a text file with all user names/passwords (passwords must be readable, text)
-creates two sections;
-registered accounts recently added, since last check
-accounts which have fallen out of registered mode

Much appreciated.

Mike

[MOD note: Help in the forum is voluntary only. Please do not post requests for paid help.
You can post your request for paid help in Professional Services http://forum.joomla.org/viewforum.php?f=177

Make sure that before posting you read the: • Guide for posting professional requests • http://forum.joomla.org/viewtopic.php?f=177&t=163981
Don't forget to include some contact info, as it is not possible to reply to threads in that forum.]
Last edited by pe7er on Tue Aug 26, 2008 10:20 pm, edited 1 time in total.
Reason: no requests for paid help please...

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24977
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Script to read users/passwords

Post by pe7er » Tue Aug 26, 2008 10:18 pm

mlewis wrote:-generates a text file with all user names/passwords (passwords must be readable, text)
The passwords are stored in the database with salt enhanced MD5 encryption.
So passwords in readable text cannot be done.
Or you'll need to hack the Joomla core code so that passwords are stored in the database unencrypted (= NOT recommended).
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

mlewis
Joomla! Explorer
Joomla! Explorer
Posts: 291
Joined: Tue Mar 14, 2006 1:35 am

Re: Script to read users/passwords

Post by mlewis » Tue Aug 26, 2008 10:25 pm

So, it's not possible to generate a file we could use to create accounts on another application?
Or do I need to post this in one of the pro forums I think you suggested?

mlewis
Joomla! Explorer
Joomla! Explorer
Posts: 291
Joined: Tue Mar 14, 2006 1:35 am

Re: Script to read users/passwords

Post by mlewis » Tue Aug 26, 2008 10:36 pm

Actually, I could always create a dummy password for users and tell them to change it immediately. That way, I only need to generate the user list, not the passwords.

mlewis
Joomla! Explorer
Joomla! Explorer
Posts: 291
Joined: Tue Mar 14, 2006 1:35 am

Re: Script to read users/passwords

Post by mlewis » Wed Aug 27, 2008 2:49 pm

So, can someone post a little script that can generate the names from the user file?


Locked

Return to “Joombie Coding Q/A”