Page 1 of 1

[SOLVED] Front End User Management

Posted: Fri Dec 07, 2007 9:16 pm
by peterbra
Does anyone knows from where Front End User Management reads information ?

I need following details where it keeps data stored:

Database Name (does it have separate DB?)
Table Name (whats the name of the table within the DB)
Username Field Name (for registered users)
Password Field Name (for registered users)

THANKS FOR HELP !!!

Re: Front End User Management

Posted: Fri Dec 07, 2007 9:22 pm
by calguy1000
FEU uses a number of tables in the CMS Made simple database..... there's like 5 or 6 of them or something (I can't remember without looking it up, but you'll see it in FrontEndUsers/method.install.php  You'll see the username field there too.

But the password is md5 encoded so you can't extract the password easily.

Re: Front End User Management

Posted: Sat Dec 08, 2007 8:43 am
by peterbra
Hey, thanks for help, I found it :)

Table name where user and pass are stored: cms_module_feusers_users
Pass is indeed MD5 enconded.....

Re: Front End User Management

Posted: Sat Dec 08, 2007 12:07 pm
by peterbra
Does anyone knows how to change the password encryption  ???

Can I the password field to be unencrypted ???

Re: Front End User Management

Posted: Sat Dec 08, 2007 1:56 pm
by peterbra
Most of the time I am speaking to myself :)

Anyway I solved the issue by deleting all users and via MASS-MAIL I asked them to re-join the site with same credentials and I changed the encryption method in PHP....

Time-consuming for users, but I saw no other way !