Question using SelfRegistration, CustomContent and FrontEndUsers
-
kazkas
Question using SelfRegistration, CustomContent and FrontEndUsers
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
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'}