Page 1 of 1

[solved] FrontEndUsers & SelfRegistration password mistmatch

Posted: Tue Jul 07, 2009 8:52 pm
by cerebus180
Greetings Users of CMSMadeSimple,

I'm using FEU 1.6.4 and SelfRegistration 1.2.3 with CMSMadeSimple 1.5.2.

After going through the registration process and pushing the user to FEU, logging in doesn't work.

It seems the password entered in the registration form doesn't get transferred properlly.

The table cms_modules_feusers_users shows the password test123 as c82bf488a8dcf105bfc39617f63ea846,
which doesn't work in the login form, but if I change the password in FEU in the admin console to test123, I can login
and the table cms_modules_feusers_users shows a different value.

Have anyone seen this?

Thanks,

Jim

Re: FrontEndUsers & SelfRegistration password mistmatch

Posted: Tue Jul 07, 2009 9:18 pm
by Jeff
I don't know if this will solve it but both of them have newer versions released.

Re: FrontEndUsers & SelfRegistration password mistmatch

Posted: Tue Jul 07, 2009 9:56 pm
by jmcgin51
I wouldn't expect the db to hold an unencrypted FEU password.  I believe the value you're seeing in the db is a hash of the actual password.

What exactly happens when you try to log in.  Do you get an incorrect password message, or does the page just refresh with no apparent error, but no successful login either?

Re: FrontEndUsers & SelfRegistration password mistmatch

Posted: Wed Jul 08, 2009 1:37 am
by cerebus180
Duh, I was using the SelfRegistration module the wrong way: with no confirmation email, and a manual push of the selfregistered user to FEU.
I was pushing the user in FEU without inputing any new password...

Re: [SOLVED] FrontEndUsers & SelfRegistration password mistmatch

Posted: Wed Jul 08, 2009 3:21 am
by jmcgin51
sometimes it's the simple things...  :P

please add [solved] to the subject line of the original post, so others will know this is solved