Public registration page

Permalink
Is there a way to allow the public to register or is there a plugin?

I need name, address, company etc, and password with strength preferably

Thanks

I'm using 5.7

 
Cahueya replied on at Permalink Reply
Just go to Dashboard>System&Settings and enable rublic registration there. For getting more info on the people who register, go to Dashboard>Members>Attributes and add whichever Attribute you need (Text for Company Name) and check it as being required on registration.

No plug-ins needed. concrete5 does all this from its core.
tonyswaby replied on at Permalink Reply
Thanks, can it be made to look like my site?
Cahueya replied on at Permalink Reply
tonyswaby replied on at Permalink Reply
...or better still can I embed the registration form on a page?
Cahueya replied on at Permalink Reply
Not without touching code at the moment. Applying your style to the register page through the config file is much easier.
tonyswaby replied on at Permalink Reply
Done that but I have no way of applying page template so I have no blocks.

Could i call the page?

Think I could wrap it in a modal to get round the lack of header and footer elements
Cahueya replied on at Permalink Reply
Yeah, you can just copy the register page from /concrete/single_pages/register.php to /application/single_pages/register.php and apply whatever code you want to it. You can also add ne areas which you can fill with blocks then.
tonyswaby replied on at Permalink Reply
Cool, thank you very much:)
tonyswaby replied on at Permalink Reply
So why doesn't the registration page follow the same paths as the main pages.

I took the reg form off and just replaced it with a standard page used on other parts of the site,

It throws lots of errors, mainly it can't find stuff.

I tried hard coding the paths that still didn't work,

Any ideas?, thanks:)