[SOLVED] Front End User Management

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
peterbra
Forum Members
Forum Members
Posts: 22
Joined: Fri Jul 06, 2007 1:47 pm

[SOLVED] Front End User Management

Post 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 !!!
Last edited by peterbra on Sat Dec 08, 2007 1:58 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Front End User Management

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
peterbra
Forum Members
Forum Members
Posts: 22
Joined: Fri Jul 06, 2007 1:47 pm

Re: Front End User Management

Post 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.....
peterbra
Forum Members
Forum Members
Posts: 22
Joined: Fri Jul 06, 2007 1:47 pm

Re: Front End User Management

Post by peterbra »

Does anyone knows how to change the password encryption  ???

Can I the password field to be unencrypted ???
peterbra
Forum Members
Forum Members
Posts: 22
Joined: Fri Jul 06, 2007 1:47 pm

Re: Front End User Management

Post 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 !
Post Reply

Return to “CMSMS Core”