[solved]Self Registration and FEU login don't work together

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.
Locked
nicola.yang

[solved]Self Registration and FEU login don't work together

Post by nicola.yang »

i test the  {cms_module module=SelfRegistration group=somegroup}
to register a member and got it activated by mail.

but when I login this member by {cms_module module=FrontEndUsers form=login}
always get error : Login failed - Invalid username or password?

I trace the login check "function CheckPassword()" in FrontEndUsers.api.php . I found it chkeck the dabase table "module_feusers_users" and "module_feusers_groups".

But I also found that my new member data registered by Self Registran is stored in table "module_selfreg_users".
After I activated it, it still won't copy to the table "module_feusers_users"....

I think that's why I can't login after I done all the Self Registration part. Right?

Any suggestion?
Last edited by nicola.yang on Fri Nov 30, 2007 8:17 am, edited 1 time in total.
Locked

Return to “CMSMS Core”