Question using SelfRegistration, CustomContent and FrontEndUsers

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
kazkas

Question using SelfRegistration, CustomContent and FrontEndUsers

Post by kazkas »

OK, I instaled all those modules, everything seems to work fine, but there's a question - how user can change his details? I mean not a username, but pass, e-mail or other things? It seems there's nothing about it in SelfRegistration help.
cyberman

Re: Question using SelfRegistration, CustomContent and FrontEndUsers

Post by cyberman »

SelfRegistration is like name said only for selfregistration :). Users are managed via FrontendUsers module. If you want users can change details you have to insert following on a page

Code: Select all

{cms_module module='FrontEndUsers' form='changesettings'}
Locked

Return to “CMSMS Core”