Page 1 of 1

SelfRegistration module - No valid groups found (Solved)

Posted: Thu May 29, 2014 8:25 am
by valueice
I want to use the SelfRegistration module on cmsms 1.11.10, but all i got on the page "Error No valid groups found."
I have created groups in Frontend User Management. Also tried creating group in the core "group module".

I have also read and follow instructions from the following link.
http://forum.cmsmadesimple.org/viewtopi ... le#p309473

Please help me out... thanks.

Re: SelfRegistration module - No valid groups found

Posted: Thu May 29, 2014 11:07 am
by Jo Morg
And how are you calling the SelfRegistration tag in your template?

Re: SelfRegistration module - No valid groups found

Posted: Thu May 29, 2014 2:38 pm
by valueice
thank you for the prompt reply,

I call it by: {cms_module module=SelfRegistration group="customer"}
where customer is a group in Frontend user management.

Re: SelfRegistration module - No valid groups found (Solved)

Posted: Thu May 29, 2014 2:57 pm
by valueice
Ok, I found what the problem was. It was a case sensitive issue where I was using "customer instead of "Customer".
Thanks a lot Jo Morg.